Skip to content

Commit

Permalink
Merge pull request #15266 from storybookjs/15265-fix-addon-docs-mdx-e…
Browse files Browse the repository at this point in the history
…xport

Addon-docs: Fix MDX compiler export to match new location
  • Loading branch information
shilman authored Jun 16, 2021
2 parents ef2eaa6 + 000c20a commit 1f74947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/mdx-compiler-plugin.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./dist/cjs/mdx/mdx-compiler-plugin').createCompiler;
module.exports = require('@storybook/csf-tools/mdx').createCompiler;

0 comments on commit 1f74947

Please sign in to comment.