mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
prod working with mini css webpack plugin
This commit is contained in:
parent
d22eac9f35
commit
a7a2fe243a
2 changed files with 11 additions and 23 deletions
|
@ -300,6 +300,9 @@ module.exports = function (grunt) {
|
|||
"./config/modules/OpModules": "./config/modules/Default"
|
||||
}
|
||||
},
|
||||
output: {
|
||||
globalObject: "this",
|
||||
},
|
||||
plugins: [
|
||||
new webpack.DefinePlugin(BUILD_CONSTANTS),
|
||||
new HtmlWebpackPlugin({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue