Replies: 1 comment
-
|
i think we have discussed this issue in discord, |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I want to create a ui-kit using less, css modules and storybook but I got a problem with less-loader.
It's webpack.config.js
Webpack configuration above generates *.less.d.ts files, they look like
Button.less.d.ts
and then I add import to the component
Button.tsx
I added storybook
.storybook\main.js
but when I try to run
npm run storybookI got an errorI tried to change .storybook\main.js like
but this time I got error
Could anyone help me, please?
Beta Was this translation helpful? Give feedback.
All reactions