mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
WIP tidy up. WHy is dish being passed back with chef.bake now?
This commit is contained in:
parent
573a292e16
commit
9094e8bde9
6 changed files with 7 additions and 12 deletions
|
@ -200,7 +200,7 @@ module.exports = function (grunt) {
|
|||
}, moduleEntryPoints),
|
||||
output: {
|
||||
path: __dirname + "/build/prod",
|
||||
globalObject: "this"
|
||||
// globalObject: "this"
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
|
@ -366,7 +366,7 @@ module.exports = function (grunt) {
|
|||
}
|
||||
},
|
||||
output: {
|
||||
globalObject: "this",
|
||||
// globalObject: "this",
|
||||
},
|
||||
plugins: [
|
||||
new webpack.DefinePlugin(BUILD_CONSTANTS),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue