Skip to content

Commit 85660f7

Browse files
authored
Precompiles inquirer for Node 4 compat (#6640)
1 parent a40f3fc commit 85660f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-webpack.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const compilerLegacy = webpack({
121121
rules: [
122122
{
123123
test: /\.js$/,
124-
exclude: /node_modules/,
124+
exclude: /node_modules\/(?!inquirer)/,
125125
use: [
126126
{
127127
loader:'babel-loader',

0 commit comments

Comments
 (0)