mirror of https://github.com/status-im/reagent.git
Update 0.8-upgrade.md
This commit is contained in:
parent
c3d9198f52
commit
81344fd61b
|
@ -20,7 +20,7 @@ doesn't depend on use of `:npm-deps` option!** `:npm-deps` option is only about
|
|||
installing the dependencies, if packages are available in `node_modules`
|
||||
directory, they will be used.
|
||||
|
||||
You can use `:shim-process` compiler option to provide `process.env.NODE_ENV`
|
||||
You can use `:process-shim` compiler option to provide `process.env.NODE_ENV`
|
||||
constant which is used by JS code to enable development and production
|
||||
builds. ClojureScript compiler will automatically set this constant to
|
||||
`production` value when using `:advanced` optimizations. This enables
|
||||
|
|
Loading…
Reference in New Issue