babel-plugin-universal-import
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -39,3 +39,3 @@ /* eslint-disable */ | ||
img.onerror = function() { | ||
link.onload() | ||
link.onload && link.onload() | ||
} | ||
@@ -42,0 +42,0 @@ img.src = href |
{ | ||
"name": "babel-plugin-universal-import", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Babel plugin to transform import() into its Universal counterpart", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
344029