-
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:
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.
Replies: 1 comment
-
Is |
Beta Was this translation helpful? Give feedback.
Is
dist/test
the directory whereng build --stats-json --configuration production
outputs your resulting bundle files or might the resulting bundle be in some other directory, such asdist/production/
or something like that?