2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Merged master into esm branch

This commit is contained in:
n1474335
2018-05-14 11:58:01 +00:00
21 changed files with 2206 additions and 2342 deletions

View File

@@ -66,7 +66,7 @@ module.exports = {
rules: [
{
test: /\.m?js$/,
exclude: /node_modules/,
exclude: /node_modules\/(?!jsesc)/,
loader: "babel-loader?compact=false"
},
{
@@ -118,7 +118,7 @@ module.exports = {
chunks: false,
modules: false,
entrypoints: false,
warningsFilter: /source-map/,
warningsFilter: [/source-map/, /dependency is an expression/],
},
node: {
fs: "empty"