Files
graylog2-server/graylog2-web-interface/templates/module.json.template
Dennis Oelkers b8d3410c00 Updating html-webpack-plugin to 2.22.0. (#2814)
* 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.
2016-09-15 12:50:50 +02:00

3 lines
149 B
Plaintext

{
"files": <%= JSON.stringify(htmlWebpackPlugin.files, function(key, value) { if (key !== 'publicPath' && key !=='hash') { return value; }}) %>
}