Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 233 Bytes

File metadata and controls

9 lines (6 loc) · 233 Bytes

babel-plugin-glimmer-inline-precompile

Allows compile time replacement of inline templates (inside your *.ts or *.js files) via:

import hbs from 'glimmer-inline-precompile';

let template = hbs`some template {{here}}`;