Skip to content

Commit f5dfc74

Browse files
committed
fix: exclude sass-loader to compile files from node-module
1 parent cc9bfc1 commit f5dfc74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.storybook/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const config: StorybookConfig = {
3232
},
3333
{
3434
test: /\.scss$/,
35+
exclude: /node_modules/,
3536
use: [
3637
'style-loader',
3738
'css-loader',

0 commit comments

Comments
 (0)