babel-plugin-transform-imports
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -36,3 +36,3 @@ var _template = require('lodash.template'); | ||
if (opts.preventFullImport) | ||
throw new Error(pluginName + ': import of entire module ${source} not allowed due to preventFullImport setting'); | ||
throw new Error(pluginName + ': import of entire module ' + source + ' not allowed due to preventFullImport setting'); | ||
@@ -39,0 +39,0 @@ if (memberImports.length > 0) { |
{ | ||
"name": "babel-plugin-transform-imports", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Transforms member style imports (import {x} from 'y') into default style imports (import x from 'y/lib/x')", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
10106