1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 07:45:32 -04:00

move css minification from postcss to webpack (for better source maps)

This commit is contained in:
2021-06-26 19:16:54 -04:00
parent 943b426970
commit f5f64eb87e
6 changed files with 477 additions and 119 deletions

View File

@@ -38,7 +38,7 @@ function optimizeHtml() {
collapseWhitespace: true,
collapseBooleanAttributes: true,
removeComments: true,
minifyCSS: false,
minifyCSS: true,
minifyJS: false,
}
)