We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab62ccf commit 09e42b8Copy full SHA for 09e42b8
packages/app/config/webpack.common.js
@@ -59,7 +59,7 @@ module.exports = {
59
exclude: [
60
/eslint\.4\.1\.0\.min\.js$/,
61
/typescriptServices\.js$/,
62
- /babel-runtime\//,
+ new RegExp('babel-runtime\\' + path.sep),
63
],
64
loader: 'happypack/loader',
65
},
0 commit comments