babel-plugin-universal-import
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -13,3 +13,3 @@ 'use-strict' | ||
const loadTemplate = template( | ||
'() => Promise.all([IMPORT, IMPORT_CSS(MODULE)])' | ||
'() => Promise.all([IMPORT, IMPORT_CSS(MODULE)]).then(proms => proms[0])' | ||
) | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "babel-plugin-universal-import", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"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
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
344006