mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-16 09:40:44 +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',
|
||||
test: /\.js$/,
|
||||
loader: 'source-map-loader',
|
||||
exclude: [/node_modules\//]
|
||||
exclude: [/node_modules/]
|
||||
},
|
||||
{
|
||||
test: /\.tsx?$/,
|
||||
|
Reference in New Issue
Block a user