rjaros / kvision

Object oriented web framework for Kotlin/JS
https://kvision.io
MIT License
1.2k stars 67 forks source link

KVision Redux error: You are currently using minified code outside of NODE_ENV === "production" #447

Closed aSemy closed 1 year ago

aSemy commented 1 year ago

I'm using KVision Redux and I see an error in the browser console when I visit my site.

main.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've used the browserDistribution Gradle task to build the application.

I'm using KVision 5.16.2

rjaros commented 1 year ago

Fixed in 5.17.0