mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-01 07:05:32 -04:00
add webpack-bundle-analyzer to the pipeline
This commit is contained in:
+4
-1
@@ -17,6 +17,7 @@
|
||||
"build": "gulp",
|
||||
"clean": "gulp clean",
|
||||
"start": "gulp serve",
|
||||
"analyze-bundle": "gulp analyze",
|
||||
"lint": "run-s lint:**",
|
||||
"lint:js": "eslint .",
|
||||
"lint:css": "stylelint '**/*.{css,scss}'",
|
||||
@@ -105,6 +106,7 @@
|
||||
"web-vitals": "^2.1.2",
|
||||
"webpack": "^5.64.4",
|
||||
"webpack-assets-manifest": "^5.0.6",
|
||||
"webpack-bundle-analyzer": "^4.5.0",
|
||||
"webpack-cli": "^4.9.1",
|
||||
"webpack-dev-server": "^4.6.0"
|
||||
},
|
||||
@@ -126,6 +128,7 @@
|
||||
]
|
||||
},
|
||||
"volta": {
|
||||
"node": "16.13.0"
|
||||
"node": "16.13.1",
|
||||
"yarn": "1.22.17"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user