babel-plugin-dual-import
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -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-dual-import", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Babel plugin to import() both js + css", | ||
@@ -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
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
323420