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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user