babel-plugin-universal-import
Advanced tools
Comparing version 4.0.0-alpha.2 to 4.0.0-alpha.3
@@ -28,3 +28,3 @@ 'use-strict' | ||
function prepareChunkNamePath(path) { | ||
return path | ||
return path.replace(/\//g, '-') | ||
} | ||
@@ -31,0 +31,0 @@ |
{ | ||
"name": "babel-plugin-universal-import", | ||
"version": "4.0.0-alpha.2", | ||
"version": "4.0.0-alpha.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
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
362632