babel-plugin-onex-utils
Advanced tools
+11
-0
@@ -6,2 +6,13 @@ # Change Log | ||
| ## [0.2.2](https://github.com/unity-template/onex-utils-packages/compare/babel-plugin-onex-utils@0.2.1...babel-plugin-onex-utils@0.2.2) (2021-02-01) | ||
| ### Bug Fixes | ||
| * [bug] Webpack, variable is not defined (Fixes [#10](https://github.com/unity-template/onex-utils-packages/issues/10)) ([d247613](https://github.com/unity-template/onex-utils-packages/commit/d247613e0c4a1385ca633bb284884fb74acec87d)) | ||
| ## [0.2.1](https://github.com/unity-template/onex-utils-packages/compare/babel-plugin-onex-utils@0.2.0...babel-plugin-onex-utils@0.2.1) (2021-01-31) | ||
@@ -8,0 +19,0 @@ |
@@ -13,3 +13,3 @@ "use strict"; | ||
| } | ||
| return helper_module_imports_1.addDefault(path, source, { | ||
| return helper_module_imports_1.addNamespace(path, source, { | ||
| nameHint: local || imported, | ||
@@ -16,0 +16,0 @@ }); |
+2
-2
| { | ||
| "name": "babel-plugin-onex-utils", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "> TODO: description", | ||
@@ -37,3 +37,3 @@ "author": "云墨 <lg208143@alibaba-inc.com>", | ||
| }, | ||
| "gitHead": "b1b1b3b245c7f228c76e50301d9310fce5cab282" | ||
| "gitHead": "e3e6be732ea897b3ff8d44c82670bfefbfffbb02" | ||
| } |
16127
2.6%