mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-16 18:15:18 +08:00
fix storybook failed to build issue on windows
This commit is contained in:
@ -26,7 +26,7 @@ module.exports = async ({ config, mode }) => {
|
|||||||
enforce: 'pre',
|
enforce: 'pre',
|
||||||
test: /\.js$/,
|
test: /\.js$/,
|
||||||
loader: 'source-map-loader',
|
loader: 'source-map-loader',
|
||||||
exclude: [/node_modules\//]
|
exclude: [/node_modules/]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.tsx?$/,
|
test: /\.tsx?$/,
|
||||||
|
Reference in New Issue
Block a user