1
0
mirror of https://github.com/advplyr/audiobookshelf.git synced 2025-01-08 00:08:14 +01:00

Merge pull request from wommy/postcss-options

added postcssOptions to remove npm warning
This commit is contained in:
advplyr 2024-09-16 14:22:42 -05:00 committed by GitHub
commit 2f49a08c7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,10 +129,12 @@ module.exports = {
// Build Configuration: https://go.nuxtjs.dev/config-build
build: {
postcss: {
postcssOptions: {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
}
}
},
watchers: {