AKSW / cubevizjs

CubeViz.js is the successor of the CubeViz and provides statistical data exploration and visualization. Its completely written in JavaScript.
Other
16 stars 4 forks source link

You are currently using minified code outside [...] #11

Closed k00ni closed 8 years ago

k00ni commented 8 years ago

I got the following output on my console:

cubeviz.min.js:19 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 DefinePlugin for webpack (http://stackoverflow.com/questions/30030031) to ensure you have the correct code for your production build.n @ cubeviz.min.js:19

cubeviz.min.js:28 Either the global navigator was undefined or an invalid userAgent was provided. Using a valid userAgent? Please let us know and create an issue at https://github.com/rofrischmann/inline-style-prefixer/issues

k00ni commented 8 years ago

Could please describe in one or two sentences what the problem was and how you fixed it?

GeorgesAlkhouri commented 8 years ago

While building CubeViz for production I forgot to tell Redux and other third party tools this fact. So they "complained" about this because I am using a slower development build of them.