@rollup/plugin-babel
Advanced tools
Comparing version 5.0.3 to 5.0.4
# @rollup/plugin-babel ChangeLog | ||
## v5.0.4 | ||
_2020-06-22_ | ||
### Updates | ||
- docs: remove unused import in "Usage" example (#460) | ||
- docs: update node requirement in readme (#443) | ||
- docs: fix typo in readme (#447) | ||
## v5.0.3 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@rollup/plugin-babel", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -29,3 +29,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-babel | ||
This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v8.0.0+) and Rollup v1.20.0+. | ||
This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v10.0.0+) and Rollup v1.20.0+. | ||
@@ -44,3 +44,2 @@ ## Install | ||
import babel from '@rollup/plugin-babel'; | ||
import pkg from './package.json'; | ||
@@ -86,3 +85,3 @@ const config = { | ||
An array of file extensions that Babel should transpile. If you want to tranpile TypeScript files with this plugin it's essential to include `.ts` and `.tsx` in this option. | ||
An array of file extensions that Babel should transpile. If you want to transpile TypeScript files with this plugin it's essential to include `.ts` and `.tsx` in this option. | ||
@@ -89,0 +88,0 @@ ### `babelHelpers` |
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
52260
352