Skip to content

Commit

Permalink
Tries a fix for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Maël Nison committed Nov 6, 2018
1 parent 85660f7 commit 1ceabe8
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\/(?!inquirer)/,
exclude: /node_modules[\\\/](?!inquirer)/,
use: [
{
loader:'babel-loader',
Expand Down

0 comments on commit 1ceabe8

Please sign in to comment.