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
I'm attempting to upgrade this loader to ejs 3.0 to make dynamic includes easier.
I have a few paths I'm attempting here:
Rebuild this with ejs 3.0. I'm running into an issue with the includes function itself. I believe I'm in the wrong scope for the template function of ejs.
Do dynamic includes using require or some other existing JS infra
I think the issue may ultimately have to do with how webpack-html-plugin is handling templates, but I'd love some guidance.
The text was updated successfully, but these errors were encountered:
I'm attempting to upgrade this loader to ejs 3.0 to make dynamic includes easier.
I have a few paths I'm attempting here:
Rebuild this with ejs 3.0. I'm running into an issue with the includes function itself. I believe I'm in the wrong scope for the template function of ejs.
Do dynamic includes using require or some other existing JS infra
I think the issue may ultimately have to do with how webpack-html-plugin is handling templates, but I'd love some guidance.
The text was updated successfully, but these errors were encountered: