1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Add webpack-bundle-analyzer

This commit is contained in:
Denis Demchenko
2019-06-16 23:57:50 +03:00
parent f5c939518e
commit ac1ec4a6c3
3 changed files with 6429 additions and 3088 deletions

View File

@@ -48,6 +48,7 @@
"sinon": "^7.3.2",
"testem": "^2.17.0",
"webpack": "^4.35.3",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.6",
"yamljs": "^0.3.0"
},
@@ -65,6 +66,8 @@
"scripts": {
"build": "webpack --config webpack.config.js",
"generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs",
"watch": "webpack --watch --config webpack.config.js",
"deploy": "jsdoc -c jsdoc.json && gh-pages --dist docs --dest docs",
"prepublishOnly": "npm run build",
"lint": "eslint ./src",
"testem": "testem",