e47b5ec192
related to #1553 - registering helpers on an instance retrieved via `import`, compiling the template on an instance retrieved via `require` - using `@roundingwellos/babel-plugin-handlebars-inline-precompile` to load plugins inline
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
{
|
|
"plugins": [
|
|
"@roundingwellos/babel-plugin-handlebars-inline-precompile"
|
|
// "istanbul"
|
|
],
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env"
|
|
]
|
|
]
|
|
} |