Closed
Description
- [ x] bug report
Versions.
@angular/cli: 1.3.0-beta.1
node: 7.8.0
os: win32 x64
@angular/animations: 4.3.1
@angular/common: 4.3.1
@angular/compiler: 4.3.1
@angular/core: 4.3.1
@angular/forms: 4.3.1
@angular/http: 4.3.1
@angular/platform-browser: 4.3.1
@angular/platform-browser-dynamic: 4.3.1
@angular/router: 4.3.1
@angular/cli: 1.3.0-beta.1
@angular/compiler-cli: 4.3.1
@angular/language-service: 4.3.1
webpack-bundle-analyzer: "2.8.3",
webpack: "3.1.0",
@ngtools/webpack: "1.6.0-beta.1"
Repro steps.
ng new stats-app
cd stats-app && yarn add webpack-bundle-analyzer
modify package.json
by adding a script:
"analyze": "ng build --prod --stats-json && webpack-bundle-analyzer dist/stats.json"
npm run analyze
Not showing bundles details/content:
Desired functionality.
Should display bundles details/content
Mention any other details that might be useful.
All working with angular cli 1.0.0 that I was using before
@angular/cli: 1.0.0
node: 7.8.0
os: win32 x64
@angular/common: 4.3.1
@angular/compiler: 4.3.1
@angular/core: 4.3.1
@angular/forms: 4.3.1
@angular/http: 4.3.1
@angular/platform-browser: 4.3.1
@angular/platform-browser-dynamic: 4.3.1
@angular/router: 4.3.1
@angular/cli: 1.0.0
@angular/compiler-cli: 4.3.1
webpack-bundle-analyzer: "2.8.3",
webpack: "2.2.1",
@ngtools/webpack: "1.3.0"
Metadata
Metadata
Assignees
Labels
No labels