Try minifying html

This commit is contained in:
Sam Carlton 2020-12-01 22:36:05 -06:00
parent 1b04545808
commit 368e452201

View file

@ -237,6 +237,7 @@ export default {
** Build configuration ** Build configuration
*/ */
build: { build: {
html: { minify: { collapseWhitespace: true } },
/* /*
** You can extend webpack config here ** You can extend webpack config here
*/ */