mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
merge from upstream
This commit is contained in:
@@ -320,7 +320,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: {
|
||||
|
||||
Reference in New Issue
Block a user