mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
* Updating html-webpack-plugin to 2.22.0. * Do not automatically inject assets in templates. * Converting module index to ejs. * Ensuring consistent structure of modules.json. * Adapting whitelist check for json stringification.
3 lines
149 B
Plaintext
3 lines
149 B
Plaintext
{
|
|
"files": <%= JSON.stringify(htmlWebpackPlugin.files, function(key, value) { if (key !== 'publicPath' && key !=='hash') { return value; }}) %>
|
|
} |