jsesc is now transpiled with babel

This commit is contained in:
n1474335 2018-04-06 15:44:49 +01:00 committed by GitHub
parent c56038a1e2
commit cb66508b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ module.exports = {
rules: [
{
test: /\.js$/,
exclude: /node_modules/,
exclude: /node_modules\/(?!jsesc)/,
loader: "babel-loader?compact=false"
},
{