Skip to content

Commit 07f2176

Browse files
committed
remove loader change
Signed-off-by: Jonathan Winters <[email protected]>
1 parent 59d811f commit 07f2176

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.storybook/main.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ const path = require('path');
33
module.exports = {
44
stories: ['../stories/*.stories.tsx'],
55
addons: ['@storybook/addon-essentials'],
6-
framework: {
7-
name: '@storybook/react-webpack5',
8-
options: {}
9-
},
106
typescript: {
117
check: false, // typecheck separately
128
reactDocgen: false, // substantially improves performance: https://github.com/storybookjs/storybook/issues/22164#issuecomment-1603627308
@@ -18,7 +14,7 @@ module.exports = {
1814
exclude: /node_modules/,
1915
include: path.resolve(__dirname, '../'),
2016
sideEffects: true, // get side-effect styles to load per: https://github.com/storybookjs/storybook/issues/4690#issuecomment-435909433
21-
use: ['style-loader', 'raw-loader', 'sass-loader']
17+
loader: 'style-loader!raw-loader!sass-loader'
2218
});
2319
return config;
2420
},

0 commit comments

Comments
 (0)