alloy-compiler
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.2.1](https://github.com/appcelerator/alloy-devkit/compare/v0.2.0...v0.2.1) (2020-03-04) | ||
### Bug Fixes | ||
* **compiler:** remove unused babel plugin ([047575b](https://github.com/appcelerator/alloy-devkit/commit/047575b72ecaf15ca7b73cd19cd756d8caf14fb9)) | ||
# [0.2.0](https://github.com/appcelerator/alloy-devkit/compare/v0.1.4...v0.2.0) (2020-03-03) | ||
@@ -8,0 +19,0 @@ |
function configureBabelPlugins(compileConfig) { | ||
return [ | ||
[ require('../ast/builtins-plugin'), compileConfig ], | ||
[ require('../ast/handle-alloy-globals') ], | ||
[ require('../ast/optimizer-plugin'), compileConfig.alloyConfig ], | ||
@@ -6,0 +5,0 @@ ]; |
{ | ||
"name": "alloy-compiler", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Compiler for Alloy components", | ||
@@ -34,3 +34,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "ef3bf708b0fe576429ed527e58320284ef360075" | ||
"gitHead": "08c32c6658845f84f9c487a2886dcb8949931026" | ||
} |
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
917552
271
23665