1.2.0 • Published 7 years ago
babel-plugin-glimmer-inline-precompile v1.2.0
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}}`;