File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ const path = require('path');
33module . 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 : / n o d e _ m o d u l e s / ,
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 } ,
You can’t perform that action at this time.
0 commit comments