mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 03:03:26 +00:00
jsesc is now transpiled with babel
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user