jsesc is now transpiled with babel
This commit is contained in:
parent
c56038a1e2
commit
cb66508b8a
@ -53,7 +53,7 @@ module.exports = {
|
||||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules/,
|
||||
exclude: /node_modules\/(?!jsesc)/,
|
||||
loader: "babel-loader?compact=false"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user