Hi 👋 I'm having an issue with the plugin : ``` TypeError: template.replace is not a function ``` The reason for the error is that `compiler.output.filename` is a function and not a string (https://webpack.js.org/configuration/output/#output-filename). I'm not sure how to solve it 😅