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
+3 -1
View File
@@ -129,10 +129,12 @@ module.exports = {
// Build Configuration: https://go.nuxtjs.dev/config-build // Build Configuration: https://go.nuxtjs.dev/config-build
build: { build: {
postcss: { postcss: {
postcssOptions: {
plugins: { plugins: {
tailwindcss: {}, tailwindcss: {},
autoprefixer: {}, autoprefixer: {},
}, }
}
} }
}, },
watchers: { watchers: {