mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Fix failing build
This commit is contained in:
parent
5041e2865f
commit
d417c74ac1
@ -6,7 +6,7 @@ const lib = require('./dist/cjs/index');
|
||||
const readCsfOrMdx = async (fileName, options) => {
|
||||
let code = (await fs.readFile(fileName, 'utf-8')).toString();
|
||||
if (fileName.endsWith('.mdx')) {
|
||||
const { compile } = global.FEATURES?.previewMdx2
|
||||
const { compile } = global.FEATURES && global.FEATURES.previewMdx2
|
||||
? await import('@storybook/mdx2-csf')
|
||||
: await import('@storybook/mdx1-csf');
|
||||
code = await compile(code);
|
||||
|
Loading…
x
Reference in New Issue
Block a user