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

View file

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