Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade handlebars and allow for proper imports of .hbs files #246

Open
mgramigna opened this issue May 23, 2023 · 1 comment
Open

Upgrade handlebars and allow for proper imports of .hbs files #246

mgramigna opened this issue May 23, 2023 · 1 comment
Labels
dependencies Pull requests that update a dependency file infra Tasks related to the underlying infrastructure that won't affect end users
Milestone

Comments

@mgramigna
Copy link
Contributor

Templates are just .ts files right now. We also are using @types/handlebars, but new versions of handlebars export their own types.

Could even consider alternatives to handlebars like ejs if it ends up being a better solution

@mgramigna mgramigna added dependencies Pull requests that update a dependency file infra Tasks related to the underlying infrastructure that won't affect end users labels May 23, 2023
@mgramigna mgramigna added this to the v2.0 milestone May 23, 2023
@mgramigna
Copy link
Contributor Author

Note that handlebars also causes this warning in webpack-based frontend apps:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file infra Tasks related to the underlying infrastructure that won't affect end users
Projects
None yet
Development

No branches or pull requests

1 participant