babel-plugin-universal-import
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "babel-plugin-universal-import", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Babel plugin to transform import() into its Universal counterpart", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
/* eslint-disable */ | ||
var isSet = false | ||
module.exports = function(config, makeThennable) { | ||
if (!isSet) setHasPlugin() | ||
if (makeThennable === false) return config | ||
@@ -14,3 +12,6 @@ | ||
var isSet = false | ||
function setHasPlugin() { | ||
if (isSet) return | ||
var universal | ||
@@ -34,1 +35,3 @@ var isWebpack = typeof __webpack_require__ !== 'undefined' | ||
} | ||
setHasPlugin() |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
343789
674