ember-cli-babel
Advanced tools
Comparing version 5.2.1 to 5.2.2
@@ -123,2 +123,3 @@ /* jshint node: true */ | ||
_getBabelOptions: function() { | ||
var parentName = typeof this.parent.name === "function" ? this.parent.name() : this.parent.name; | ||
var addonOptions = this._getAddonOptions(); | ||
@@ -130,3 +131,4 @@ var options = clone(addonOptions.babel || {}); | ||
var ui = this.ui; | ||
options.annotation = 'Babel: ' + parentName; | ||
// pass a console object that wraps the addon's `UI` object | ||
@@ -133,0 +135,0 @@ options.console = { |
{ | ||
"name": "ember-cli-babel", | ||
"version": "5.2.1", | ||
"version": "5.2.2", | ||
"description": "Ember CLI addon for Babel", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -26,3 +26,3 @@ # ember-cli-babel | ||
```js | ||
// Brocfile.js | ||
// ember-cli-build.js | ||
@@ -29,0 +29,0 @@ var app = new EmberApp({ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11791
155
0