add webpack-bundle-analyzer to the pipeline

This commit is contained in:
2021-12-03 11:18:43 -05:00
parent fd1393b223
commit 89645e5448
7 changed files with 108 additions and 8 deletions
+4 -1
View File
@@ -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"
}
}