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
In above code, storybook always require architect.build options. This will work most of angular pojects, but when your making library which build from ng-packagr, these options can be empty.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Code snippets
If applicable, add code samples to help explain your problem.
System:
OS: [e.g. iOS, Windows10, MacOS]
Device: [e.g. iPhoneX, Macbook Pro 2018]
Browser: [e.g. chrome, safari]
Framework: [e.g. react, vue, angular]
Addons: [if relevant]
Version: [e.g. 4.0.0]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
seokju-na
changed the title
Error when start storybook from angular project without 'architect.build' options
Error caught when start storybook from angular project without 'architect.build' options
May 7, 2019
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
Describe the bug
https://github.com/storybooks/storybook/blob/next/app/angular/src/server/angular-cli_config.js#L53
In above code, storybook always require
architect.build
options. This will work most of angular pojects, but when your making library which build from ng-packagr, these options can be empty.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Code snippets
If applicable, add code samples to help explain your problem.
System:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: