You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2022. It is now read-only.
Currently antwar is coupled with html-webpack-plugin. It's possible to replace the template engine there. The problem is that I don't expose the plugin enough at the moment.
I think it would be a good idea to refactor this integration so you can plug in template-literal. We should agree on a design first.
Template Literal is fastest, smallest and simplest template engine, because it use JS's literal template feature.
It's 55 times faster than EJS, and it also use less CPU and RAM ressources, so it may be a good idea to use it instead of EJS 😀
The text was updated successfully, but these errors were encountered: