mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 17:24:57 +02:00
added postcssOptions to remove npm warning
This commit is contained in:
parent
fa0c90de70
commit
fcacda74cb
1 changed files with 6 additions and 4 deletions
|
@ -129,10 +129,12 @@ module.exports = {
|
|||
// Build Configuration: https://go.nuxtjs.dev/config-build
|
||||
build: {
|
||||
postcss: {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
postcssOptions: {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
watchers: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue