babel-plugin-universal-import
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -33,3 +33,3 @@ /* eslint-disable */ | ||
return new Promise((resolve, reject) => { | ||
return new Promise(function(resolve, reject) { | ||
var timeout | ||
@@ -40,3 +40,3 @@ | ||
clearTimeout(timeout) | ||
var message = `could not load css chunk:${chunkName}` | ||
var message = 'could not load css chunk:${chunkName}' | ||
reject(new Error(message)) | ||
@@ -43,0 +43,0 @@ } |
{ | ||
"name": "babel-plugin-universal-import", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"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
350982