html-webpack-plugin/spec/fixtures/templateGlobals.js

8 lines
198 B
JavaScript

module.exports = function (templateParams) {
return JSON.stringify({
__entry: global.__entry,
__entryPath: global.__entryPath,
HTML_WEBPACK_PLUGIN: global.HTML_WEBPACK_PLUGIN
});
};