From 987ed75187ff728381e87f4c703d43e25e66c163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Tue, 6 Nov 2018 15:08:55 +0000 Subject: [PATCH] Precompiles inquirer for Node 4 compat --- 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 dc7b68ffae..e310c777f7 100755 --- a/scripts/build-webpack.js +++ b/scripts/build-webpack.js @@ -121,7 +121,7 @@ const compilerLegacy = webpack({ rules: [ { test: /\.js$/, - exclude: /node_modules/, + exclude: /node_modules\/(?!inquirer)/, use: [ { loader:'babel-loader',