You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is a problem with next angular and storybook versions - can't load angular-cli webpack config.
I found out that budgets property in angular.json is the root of evil.
Workaround is to set some array value - "budgets": [] for example to project.architect.build.options.
Also created a github repo to reproduce
Describe the bug
There is a problem with next angular and storybook versions - can't load angular-cli webpack config.
I found out that
budgets
property inangular.json
is the root of evil.Workaround is to set some array value -
"budgets": []
for example toproject.architect.build.options
.Also created a github repo to reproduce
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected to load angular-cli webpack config, not storybook webpack config
Screenshots
System:
sb info
ng --version
The text was updated successfully, but these errors were encountered: