diff --git a/package.json b/package.json index dce1de48..d66bdccd 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,7 @@ "hmr": "ng s -o --hmr", "build": "npm run ng-high-memory build --", "build:dev": "npm run build -- -c dev", - "build:test": "npm run build -- -c test --stats-json", - "bundle-report": "webpack-bundle-analyzer dist/stats.json", + "build:test": "npm run build -- -c test", "analyze": "npm run ng-high-memory build -- --source-map", "analyze:view": "source-map-explorer dist/**/*.js", "lint": "npm run lint:ts && npm run lint:style", @@ -123,8 +122,7 @@ "stylelint-declaration-block-no-ignored-properties": "^2.4.0", "stylelint-order": "^4.1.0", "ts-node": "~8.3.0", - "typescript": "~4.3.5", - "webpack-bundle-analyzer": "^4.5.0" + "typescript": "~4.3.5" }, "lint-staged": { "(src)/**/*.{html,ts}": [