rollup-plugin-babel
Advanced tools
Comparing version 2.6.0 to 2.6.1
# rollup-plugin-babel changelog | ||
## 2.6.1 | ||
Return a `name` | ||
## 2.6.0 | ||
@@ -4,0 +8,0 @@ |
@@ -81,2 +81,4 @@ 'use strict'; | ||
return { | ||
name: 'babel', | ||
resolveId: function resolveId ( id ) { | ||
@@ -83,0 +85,0 @@ if ( id === HELPERS ) return id; |
@@ -77,2 +77,4 @@ import { dirname, join } from 'path'; | ||
return { | ||
name: 'babel', | ||
resolveId: function resolveId ( id ) { | ||
@@ -79,0 +81,0 @@ if ( id === HELPERS ) return id; |
{ | ||
"name": "rollup-plugin-babel", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "Seamless integration between Rollup and Babel.", | ||
@@ -5,0 +5,0 @@ "main": "dist/rollup-plugin-babel.cjs.js", |
@@ -30,2 +30,4 @@ import { dirname } from 'path'; | ||
return { | ||
name: 'babel', | ||
resolveId ( id ) { | ||
@@ -32,0 +34,0 @@ if ( id === HELPERS ) return id; |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
22851
10
305
0
110