Skip to content

Commit 09e42b8

Browse files
committed
Fix Windows building
1 parent ab62ccf commit 09e42b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/config/webpack.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
exclude: [
6060
/eslint\.4\.1\.0\.min\.js$/,
6161
/typescriptServices\.js$/,
62-
/babel-runtime\//,
62+
new RegExp('babel-runtime\\' + path.sep),
6363
],
6464
loader: 'happypack/loader',
6565
},

0 commit comments

Comments
 (0)