Friday, 2 August 2019

Using the same template file with HtmlWebpackPlugin and EJS?

In HtmlWebpackPlugin, <%- means output escaped and <%= means output unescaped. In EJS, it's the opposite. Is it possible to swap them for either HtmlWebpackPlugin or EJS?



from Using the same template file with HtmlWebpackPlugin and EJS?

No comments:

Post a Comment