Replies: 1 comment
-
Is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
and yes, i did search for those topics but i simply just couldn`t understand it or it was not the exact same problem.
Angular 18
I added this scripts to my package.json:
"build:stats": "ng build --stats-json --configuration production",
"analyze": "webpack-bundle-analyzer dist/test/stats.json",
The first one did indeed create the json file and the second one startet the analyzer.
But i get this Message, and no information is given in the Analyzer:
i tried this for half a day, also tried adding it as a plugin but couldn`t make it work.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions