mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Addon-docs: Ignore BOTH babelrc and babel.config.js in MDX handling
This commit is contained in:
parent
57e5092dd5
commit
f8ac6b0deb
@ -31,6 +31,7 @@ function createBabelOptions({ babelOptions, mdxBabelOptions, configureJSX }: Bab
|
||||
return {
|
||||
// don't use the root babelrc by default (users can override this in mdxBabelOptions)
|
||||
babelrc: false,
|
||||
configFile: false,
|
||||
...babelOptions,
|
||||
...mdxBabelOptions,
|
||||
plugins,
|
||||
|
Loading…
x
Reference in New Issue
Block a user