mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
jsesc is now transpiled with babel
This commit is contained in:
@@ -53,7 +53,7 @@ module.exports = {
|
||||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules/,
|
||||
exclude: /node_modules\/(?!jsesc)/,
|
||||
loader: "babel-loader?compact=false"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user