rollup-plugin-babel
Advanced tools
Comparing version 4.0.0-beta.6 to 4.0.0-beta.7
@@ -68,3 +68,3 @@ 'use strict'; | ||
if ( ~check.indexOf( '/helpers/inherits' ) ) { helpers = RUNTIME; } | ||
if ( check.match( /\/helpers\/(builtin\/)?(es6\/)?inherits/ ) ) { helpers = RUNTIME; } | ||
else if ( ~check.indexOf( 'function _inherits' ) ) { helpers = INLINE; } | ||
@@ -71,0 +71,0 @@ else if ( ~check.indexOf( 'babelHelpers' ) ) { helpers = EXTERNAL; } |
@@ -66,3 +66,3 @@ import { join, dirname } from 'path'; | ||
if ( ~check.indexOf( '/helpers/inherits' ) ) { helpers = RUNTIME; } | ||
if ( check.match( /\/helpers\/(builtin\/)?(es6\/)?inherits/ ) ) { helpers = RUNTIME; } | ||
else if ( ~check.indexOf( 'function _inherits' ) ) { helpers = INLINE; } | ||
@@ -69,0 +69,0 @@ else if ( ~check.indexOf( 'babelHelpers' ) ) { helpers = EXTERNAL; } |
{ | ||
"name": "rollup-plugin-babel", | ||
"version": "4.0.0-beta.6", | ||
"version": "4.0.0-beta.7", | ||
"description": "Seamless integration between Rollup and Babel.", | ||
@@ -5,0 +5,0 @@ "main": "dist/rollup-plugin-babel.cjs.js", |
@@ -57,3 +57,3 @@ import { join } from 'path'; | ||
if ( ~check.indexOf( '/helpers/inherits' ) ) helpers = RUNTIME; | ||
if ( check.match( /\/helpers\/(builtin\/)?(es6\/)?inherits/ ) ) helpers = RUNTIME; | ||
else if ( ~check.indexOf( 'function _inherits' ) ) helpers = INLINE; | ||
@@ -60,0 +60,0 @@ else if ( ~check.indexOf( 'babelHelpers' ) ) helpers = EXTERNAL; |
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
28822