mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
WIP tidy up. WHy is dish being passed back with chef.bake now?
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user