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

7 lines
164 B
JavaScript

module.exports = function (templateParams) {
return {
compilation: typeof templateParams.compilation,
dirname: __dirname,
filename: __filename
};
};