fix storybook failed to build issue on windows

This commit is contained in:
Ruipeng Zhang
2019-08-21 00:44:11 -04:00
committed by GitHub
parent 326567c290
commit 35a53c8134

View File

@ -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?$/,