babel-plugin-htmlbars-inline-precompile
Advanced tools
Comparing version 4.4.3 to 4.4.4
@@ -0,1 +1,10 @@ | ||
## v4.4.4 (2021-02-25) | ||
#### :bug: Bug Fix | ||
* [#349](https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile/pull/349) Fix defaulting of `ensureModuleApiPolyfill` to true ([@jamescdavis](https://github.com/jamescdavis)) | ||
#### Committers: 1 | ||
- James C. Davis ([@jamescdavis](https://github.com/jamescdavis)) | ||
## v4.4.3 (2021-02-24) | ||
@@ -2,0 +11,0 @@ |
@@ -176,3 +176,3 @@ 'use strict'; | ||
Program(path, state) { | ||
state.ensureModuleApiPolyfill = | ||
state.opts.ensureModuleApiPolyfill = | ||
'ensureModuleApiPolyfill' in state.opts ? state.opts.ensureModuleApiPolyfill : true; | ||
@@ -179,0 +179,0 @@ |
{ | ||
"name": "babel-plugin-htmlbars-inline-precompile", | ||
"version": "4.4.3", | ||
"version": "4.4.4", | ||
"description": "Babel plugin to replace tagged template strings with precompiled HTMLBars templates", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
101595