After Angular 13 update storybook fails compile #17232
Unanswered
massimiliamanto74
asked this question in
General
Replies: 2 comments 6 replies
-
Angular 12+ uses webpack5 for bundling. Please see the migration instructions here: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#angular-12-upgrade |
Beta Was this translation helpful? Give feedback.
5 replies
-
Hi @massimiliamanto74 I got the same error, managed to solve this by setting sourceMap to false on default project build |
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 everyones,
I'm trying to update my angular project with storybook (it works) from 11 to 13.
When I had finished the update, also the update of storybook, after run 'storybook-start' I receive this log in terminal and the compilation not finished.....
Can anyones help me to understand what is appened?
Beta Was this translation helpful? Give feedback.
All reactions