Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4836

Dynamic template compilation in Ember 3.7

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4836

Trending Articles