mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:41:06 +08:00
New fix
This commit is contained in:
parent
8697740c8f
commit
8a98d9491b
@ -1,4 +1,3 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
import createCompiler from '@storybook/addon-docs/mdx-compiler-plugin';
|
||||
import path from 'path';
|
||||
import remarkSlug from 'remark-slug';
|
||||
@ -53,7 +52,7 @@ export function webpack(webpackConfig: any = {}, options: any = {}) {
|
||||
...(module.rules || []),
|
||||
{
|
||||
test: /\.js$/,
|
||||
include: new RegExp(path.join('node_modules', 'acorn-jsx')),
|
||||
include: new RegExp(`node_modules\\${path.sep}acorn-jsx`),
|
||||
use: [
|
||||
{
|
||||
loader: 'babel-loader',
|
||||
|
Loading…
x
Reference in New Issue
Block a user