2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-06 02:23:20 +00:00

Updated dependencies

This commit is contained in:
n1474335
2018-10-10 15:49:07 +00:00
parent 9197ac6510
commit 8aeb7b60a7
5 changed files with 1916 additions and 1624 deletions

View File

@@ -280,7 +280,11 @@ module.exports = function (grunt) {
chunks: false,
modules: false,
entrypoints: false,
warningsFilter: [/source-map/, /dependency is an expression/],
warningsFilter: [
/source-map/,
/dependency is an expression/,
/export 'default'/
],
}
},
start: {