1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

tidy up build logs

This commit is contained in:
2021-08-08 10:57:43 -04:00
parent 52c521002d
commit f7b179b4f8
3 changed files with 12 additions and 10 deletions

View File

@@ -166,6 +166,10 @@ export default {
},
],
},
performance: {
// ignore performance hints on source maps and JSON asset manifest
assetFilter: (assetFilename) => !/\.map|\.json$/.test(assetFilename),
},
optimization: {
sideEffects: true,
minimize: isProd,