babel-plugin-universal-import
Advanced tools
Comparing version 1.1.14 to 1.1.15
@@ -9,3 +9,3 @@ /* eslint-disable */ | ||
console.warn( | ||
'[UNIVERSAL-IMPORT] no css chunks hash found at "window.__CSS_CHUNKS__"' | ||
'[UNIVERSAL-IMPORT] no css chunks hash found at "window.__CSS_CHUNKS__". Make sure you are using: https://www.npmjs.com/package/extract-css-chunks-webpack-plugin .' | ||
) | ||
@@ -12,0 +12,0 @@ return |
{ | ||
"name": "babel-plugin-universal-import", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"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
351730