rollup-plugin-babel
Advanced tools
Comparing version 4.1.0 to 4.2.0
{ | ||
"name": "rollup-plugin-babel", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "Seamless integration between Rollup and Babel.", | ||
@@ -38,3 +38,3 @@ "main": "dist/rollup-plugin-babel.cjs.js", | ||
"@babel/core": "7 || ^7.0.0-rc.2", | ||
"rollup": ">=0.60.0 <1" | ||
"rollup": ">=0.60.0 <2" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
@@ -48,3 +48,3 @@ # rollup-plugin-babel | ||
All options are as per the [Babel documentation](https://babeljs.io/), except the following: | ||
All options are as per the [Babel documentation](https://babeljs.io/), plus the following: | ||
@@ -51,0 +51,0 @@ - `options.externalHelpers`: a boolean value indicating whether to bundle in the Babel helpers |
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
56345