Created
February 1, 2019 16:51
-
-
Save heanfig/f118d501f08a27b5eb3214f3a2079a96 to your computer and use it in GitHub Desktop.
Avoid decode HTML entities con generation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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