WIP getting prod working with minicss webpack plugin

This commit is contained in:
d98762625 2019-02-11 14:29:29 +00:00
parent 58a8af20a6
commit d22eac9f35
2 changed files with 26 additions and 8 deletions

View file

@ -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: {