@redhat-cloud-services/babel-plugin-transform-imports
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -59,3 +59,3 @@ const transformImports = require('babel-plugin-transform-imports'); | ||
visitor: { | ||
ImportDeclaration: function (path, { opts, state }) { | ||
ImportDeclaration: function (path, { opts, ...state }) { | ||
const { visitor: { ImportDeclaration } } = transformImports(); | ||
@@ -62,0 +62,0 @@ Object.entries(opts).forEach(([ key, enablements ]) => { |
{ | ||
"name": "@redhat-cloud-services/babel-plugin-transform-imports", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Tranform imports plugin for RHCS project and PF dependencies", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3638