Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
urugator committed Nov 19, 2021
1 parent e06cf9a commit 29903ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Expand Up @@ -58,7 +58,7 @@ They can still be used if you [enable them](enabling-decorators.md) though.

## Development vs production

Unless you're using pre-build distribution ending with `.[production|developent].min.js`, Mobx uses `process.env.NODE_ENV` variable to detect the environment. Make sure it's set to `"production"` on production. This is usually done by your favourite bundler:
Unless you're using pre-build distribution ending with `.[production|development].min.js`, Mobx uses `process.env.NODE_ENV` variable to detect the environment. Make sure it's set to `"production"` on production. This is usually done by your favourite bundler:
[webpack](https://reactjs.org/docs/optimizing-performance.html#webpack)
[Rollup](https://reactjs.org/docs/optimizing-performance.html#rollup)
[Browserify](https://reactjs.org/docs/optimizing-performance.html#browserify)
Expand Down

0 comments on commit 29903ec

Please sign in to comment.