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

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: {