ember-template-compiler uses Handlebars.compile where as ember itself uses glimmer compiler. If I have an .hbs file and I would like to compile and include it in the app during ember build, how will I do that?
ember-template-compiler uses Handlebars.compile where as ember itself uses glimmer compiler. If I have an .hbs file and I would like to compile and include it in the app during ember build, how will I do that?