mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 19:21:18 -04:00
use lit-html v2 a *little* more properly on /projects
This commit is contained in:
@@ -171,8 +171,8 @@ export default {
|
||||
],
|
||||
},
|
||||
performance: {
|
||||
// ignore performance hints on source maps and JSON asset manifest
|
||||
assetFilter: (assetFilename) => !/\.map|\.json$/.test(assetFilename),
|
||||
// only evaluate JS and CSS file sizes (ignore source maps, images, etc.)
|
||||
assetFilter: (assetFilename) => /\.js$|\.css$/.test(assetFilename),
|
||||
},
|
||||
optimization: {
|
||||
sideEffects: true,
|
||||
|
Reference in New Issue
Block a user