We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d79f8 commit b3f8666Copy full SHA for b3f8666
.storybook/main.ts
@@ -21,19 +21,6 @@ module.exports = {
21
reactDocgen: 'none'
22
},
23
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
-
37
config.module.rules.push({
38
test: /\.(ts|tsx)$/,
39
loader: require.resolve('babel-loader'),
0 commit comments