mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
WIP getting prod working with minicss webpack plugin
This commit is contained in:
@@ -194,7 +194,8 @@ module.exports = function (grunt) {
|
||||
sitemap: "./src/web/static/sitemap.js"
|
||||
}, moduleEntryPoints),
|
||||
output: {
|
||||
path: __dirname + "/build/prod"
|
||||
path: __dirname + "/build/prod",
|
||||
globalObject: "this"
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user