mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
WIP getting prod working with minicss webpack plugin
This commit is contained in:
parent
58a8af20a6
commit
d22eac9f35
2 changed files with 26 additions and 8 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue