Skip to content

Commit

Permalink
Merge pull request #11650 from storybookjs/11526-react-source-loader
Browse files Browse the repository at this point in the history
Addon-docs: Re-enable source-loader by default
  • Loading branch information
shilman authored Jul 22, 2020
2 parents df06c0a + d8d4684 commit 17bc43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/src/frameworks/common/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function webpack(webpackConfig: any = {}, options: any = {}) {
babelOptions,
mdxBabelOptions,
configureJSX = true,
sourceLoaderOptions = options.framework === 'react' ? null : {},
sourceLoaderOptions = {},
transcludeMarkdown = false,
} = options;

Expand Down

0 comments on commit 17bc43e

Please sign in to comment.