Skip to content

Commit b3f8666

Browse files
committed
update storybook configuration in main.ts
1 parent 55d79f8 commit b3f8666

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.storybook/main.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@ module.exports = {
2121
reactDocgen: 'none'
2222
},
2323
webpackFinal: async (config: Configuration) => {
24-
/*config.module.rules.push({
25-
test: /\.stories\.tsx?$/,
26-
loaders: [
27-
{
28-
loader: require.resolve('@storybook/source-loader'),
29-
options: {
30-
parser: 'typescript',
31-
},
32-
},
33-
],
34-
enforce: 'pre',
35-
}); */
36-
3724
config.module.rules.push({
3825
test: /\.(ts|tsx)$/,
3926
loader: require.resolve('babel-loader'),

0 commit comments

Comments
 (0)