mirror of
https://github.com/gchq/CyberChef
synced 2025-01-01 07:18:47 +00:00
jsesc is now transpiled with babel
This commit is contained in:
parent
c56038a1e2
commit
cb66508b8a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ module.exports = {
|
|||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules/,
|
||||
exclude: /node_modules\/(?!jsesc)/,
|
||||
loader: "babel-loader?compact=false"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue