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
I have tried to use custom webpack. but none of them works with additional another issues.
it sometimes break the scss import by "@import 'variables';"
The text was updated successfully, but these errors were encountered:
Issue details
I am using path mapping to call project from projects
<< tsconfig.json >>
<< call from src >>
With this code, the angular itself works normally.
However storybook does not work with the following error
Steps to reproduce
sample code
https://github.com/morninng/storybook-libpath-scsspath
minimum code is here.
ng serve
-> it works
npm run storybook
-> error TS2307: Cannot find module '@lib-path/test-lib' has happened
Please specify which version of Storybook and optionally any affected addons that you're running
Affected platforms
Ubuntu 16.04
Comment
I have tried to use custom webpack. but none of them works with additional another issues.
it sometimes break the scss import by "@import 'variables';"
The text was updated successfully, but these errors were encountered: