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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to get an Nx 12 workspace running storybook for some angular components I am authoring.
I am facing an issue when trying to include global scss files, I keep getting the following error.
Reading the docs, for angular versions prior to 13 believe I need to configure loaders like so in my storybook
main.js
:I have also tried to include via imports in
preview.js
likeI cannot figure out what is causing the problem.
This is easy to see in this repo here, after running
npm install
just runnx run c-design-patterns:storybook
Beta Was this translation helpful? Give feedback.
All reactions