@jgadbois wrote:
We’re dynamically compiling Handlbars templates by importing the template-compiler in ember-cli-build.
app.import('node_modules/ember-source/dist/ember-template-compiler.js');
This still works in Ember 3.7, but the file is now ES6 in Ember 3.7 which we’re not targeting. Is there any other way to do this where the file will get transpiled down to the same target as the app code?
Posts: 2
Participants: 2