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:
@@ -38,7 +38,7 @@ function optimizeHtml() {
|
||||
collapseWhitespace: true,
|
||||
collapseBooleanAttributes: true,
|
||||
removeComments: true,
|
||||
minifyCSS: false,
|
||||
minifyCSS: true,
|
||||
minifyJS: false,
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user