-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with dev configuration #2
Comments
What version of angular and angular devtools are you using? |
package.json:
angular.json:
|
I tried to come up with a demo to reproduce your case, but it works for me. Could you provide a repo or stackblitz demo with a minimal reproduction of your issue? |
I took a closer look at the issue and if I create new configuration (let's call it "debug") and set only one flag
Any idea what is going on there? |
Based on your error message it seems like |
I have checked the code but I don't see there any barrel files. |
@steosoft could try to come with a repo with a minimal setup to reproduce the issue? |
After adding angular-builder-custom-terser-options to project
ng build --prod
andng serve --prod
works very well but when I buildng build
or runng serve
dev configuration then I have error in js console when I click anywhere:The text was updated successfully, but these errors were encountered: