react-transporter
Advanced tools
Comparing version 0.5.5 to 0.5.6
@@ -60,4 +60,2 @@ 'use strict'; | ||
var production = process.env.NODE_ENV === 'production'; | ||
var getAsyncOptions = function getAsyncOptions(options) { | ||
@@ -86,7 +84,2 @@ if (options && options.async) { | ||
if (!production && !component.displayName && !component.name) { | ||
// eslint-disable-next-line no-console | ||
console.warn('Loadable component has no name.'); | ||
} | ||
var hasCodeSplit = component.name && component.bundle; | ||
@@ -93,0 +86,0 @@ var name = component.displayName || component.name || 'Component'; |
{ | ||
"name": "react-transporter", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "description": "React.js Redux GraphQL client", |
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
2
97124
2146