Skip to content

Commit

Permalink
Precompiles inquirer for Node 4 compat (#6640)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Nov 6, 2018
1 parent a40f3fc commit 85660f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-webpack.js
Expand Up @@ -121,7 +121,7 @@ const compilerLegacy = webpack({
rules: [
{
test: /\.js$/,
exclude: /node_modules/,
exclude: /node_modules\/(?!inquirer)/,
use: [
{
loader:'babel-loader',
Expand Down

0 comments on commit 85660f7

Please sign in to comment.