Use separate postcss.config and remove from nuxt.config, uninstall autoprefixer

This commit is contained in:
advplyr 2025-03-21 09:25:29 -05:00
parent ca7852171b
commit 91c1f50a51
5 changed files with 164 additions and 91 deletions

View file

@ -112,15 +112,7 @@ module.exports = {
},
// Build Configuration: https://go.nuxtjs.dev/config-build
build: {
postcss: {
postcssOptions: {
plugins: {
'@tailwindcss/postcss': {}
}
}
}
},
build: {},
watchers: {
webpack: {
aggregateTimeout: 300,