Closed PierBover closed 8 years ago
Does react-lite have a dev and production mode like React?
react-lite
With Webpack I use this:
new webpack.DefinePlugin({ "process.env": { NODE_ENV: JSON.stringify("production") } })
Does this also work with react-lite?
It can work, but does not optimize anything.
react-lite have no production mode, it writes for runing in production.
Awesome, thanks for the clarification.
Does
react-lite
have a dev and production mode like React?With Webpack I use this:
Does this also work with
react-lite
?