mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
Add support for sass type files
This commit is contained in:
parent
bda1dc0020
commit
1d093b383e
@ -31,7 +31,7 @@ export function webpack(config, { configDir }) {
|
||||
exclude: /\.async\.html$/,
|
||||
},
|
||||
{
|
||||
test: /\.scss$/,
|
||||
test: /\.(scss|sass)$/,
|
||||
use: [require.resolve('raw-loader'), require.resolve('sass-loader')],
|
||||
},
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user