Actions
Bug #22938
openWarning "You are currently using minified code outside of NODE_ENV === "production""
Status:
In Progress
Priority:
Normal
Assigned To:
-
Category:
Workbench2
Target version:
-
Story points:
-
Release:
Release relationship:
Auto
Description
Browser console for Workbench:
You are currently using minified code outside of NODE_ENV === "production". This means that you are running a slower development build of Redux. You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify or setting mode to production in webpack (https://webpack.js.org/concepts/mode/) to ensure you have the correct code for your production build.
Actions