From d0b5e0ceccd4545f385f14e92ded48a3c78b2e97 Mon Sep 17 00:00:00 2001 From: akshitkrnagpal Date: Wed, 4 Jul 2018 07:07:39 +0530 Subject: [PATCH] Made Regex compatible on windows --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [