@stackworx/react
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -65,3 +65,7 @@ "use strict"; | ||
{ | ||
return (0, _getMeta.default)('app:stage') || 'production'; | ||
if (NODE_ENV === 'development') { | ||
return 'development'; | ||
} else { | ||
return (0, _getMeta.default)('app:stage') || 'production'; | ||
} | ||
} | ||
@@ -68,0 +72,0 @@ }]); |
{ | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"name": "@stackworx/react", | ||
@@ -4,0 +4,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
15776
245