mirror of
https://github.com/gchq/CyberChef
synced 2025-01-04 00:38:41 +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: [
|
rules: [
|
||||||
{
|
{
|
||||||
test: /\.js$/,
|
test: /\.js$/,
|
||||||
exclude: /node_modules/,
|
exclude: /node_modules\/(?!jsesc)/,
|
||||||
loader: "babel-loader?compact=false"
|
loader: "babel-loader?compact=false"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue