added postcssOptions to remove npm warning

This commit is contained in:
wommy 2024-09-15 18:29:23 -04:00
parent fa0c90de70
commit fcacda74cb

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