Skip to content

Instantly share code, notes, and snippets.

@heanfig
Created February 1, 2019 16:51
Show Gist options
  • Save heanfig/f118d501f08a27b5eb3214f3a2079a96 to your computer and use it in GitHub Desktop.
Save heanfig/f118d501f08a27b5eb3214f3a2079a96 to your computer and use it in GitHub Desktop.
Avoid decode HTML entities con generation
dev: true,
build: {
html: {
minify: {
collapseBooleanAttributes: false,
decodeEntities: false,
minifyCSS: false,
minifyJS: false,
processConditionalComments: false,
removeEmptyAttributes: false,
removeRedundantAttributes: false,
trimCustomFragments: false,
useShortDoctype: false
}
}
},
optimization: {
minimize: false,
},
generate: {
minify: false
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment