Closed vkatsar closed 3 years ago
nuxt.config.js
html: {
minify: {
collapseWhitespace: false,
collapseBooleanAttributes: true,
decodeEntities: true,
minifyCSS: false, // this
minifyJS: false, // this
processConditionalComments: true,
removeEmptyAttributes: true,
removeRedundantAttributes: true,
trimCustomFragments: true,
useShortDoctype: true
}
},
Hello everybody.
I am trying to disable minification for html and css with no success. I tried to use the generate - minify option from the nuxt documentation but nothing happened.
Can anybody help ?