From 1ceabe85b1d740004941e4bdac838d4ad2b2ff01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Tue, 6 Nov 2018 15:59:52 +0000 Subject: [PATCH] Tries a fix for Windows --- scripts/build-webpack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-webpack.js b/scripts/build-webpack.js index e310c777f7..deaa903b70 100755 --- a/scripts/build-webpack.js +++ b/scripts/build-webpack.js @@ -121,7 +121,7 @@ const compilerLegacy = webpack({ rules: [ { test: /\.js$/, - exclude: /node_modules\/(?!inquirer)/, + exclude: /node_modules[\\\/](?!inquirer)/, use: [ { loader:'babel-loader',