Merge pull request #3425 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: {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
postcssOptions: {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}
}
},
watchers: {