textlint / playground

textlint online playground.
https://textlint.github.io/playground
MIT License
14 stars 2 forks source link

Production build #2

Closed azu closed 6 years ago

azu commented 6 years ago

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.

Show warning in https://textlint.github.io/