Skip to content

Commit 542076c

Browse files
committed
Webpack config for v5
1 parent d5ff475 commit 542076c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
module: {
55
rules: [
66
{
7-
test: /\.(css|scss)?$/,
7+
test: /\.scss$/,
88
loaders: ['style-loader', 'css-loader', 'sass-loader'],
99
include: path.resolve(__dirname, '../'),
1010
},

0 commit comments

Comments
 (0)