mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-27 22:29:38 +00:00
Merge pull request #3425 from wommy/postcss-options
added postcssOptions to remove npm warning
This commit is contained in:
commit
2f49a08c7d
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