Adam S
10/24/2022, 4:12 PMmain.bundle.js:2 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.
I'm using the Gradle task browserProductionWebpack
, is there a way to set an option to that, so it's only production when I'm building for production?Robert Jaros
10/24/2022, 5:02 PMredux/dist/redux.js
directly and that is clearly wrong because it'a development build.Robert Jaros
10/24/2022, 5:02 PMAdam S
10/24/2022, 5:13 PMRobert Jaros
10/24/2022, 5:39 PMStateFlow
in my projects.Adam S
10/24/2022, 6:31 PMRobert Jaros
10/24/2022, 6:36 PMAdam S
10/24/2022, 6:56 PMAdam S
10/24/2022, 6:57 PMRobert Jaros
10/24/2022, 7:40 PMRobert Jaros
10/24/2022, 7:44 PM