2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-22 11:13:38 +00:00

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

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"
}, },
{ {