Update 0.8-upgrade.md

This commit is contained in:
Juho Teperi 2017-10-31 14:16:20 +02:00 committed by GitHub
parent c3d9198f52
commit 81344fd61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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