aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshitkrnagpal <akshitkrnagpal@gmail.com>2018-07-04 07:07:39 +0530
committerSaúl Ibarra Corretgé <s@saghul.net>2018-07-04 08:20:28 +0100
commitd0b5e0ceccd4545f385f14e92ded48a3c78b2e97 (patch)
treee02c3035473900abafc87828dff0f7a5790c662f
parente228bfcca052d0e98ecc24d0d70543b94dafb924 (diff)
Made Regex compatible on windows
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 62831a6..0e4c946 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -12,7 +12,7 @@ const commonConfig = {
module: {
rules: [
{
- exclude: /node_modules(?!\/js-utils)/,
+ exclude: /node_modules(?!(\/|\\)js-utils)/,
loader: 'babel-loader',
options: {
presets: [