diff --git a/content/guides/production.md b/content/guides/production.md index 3a4876571f5f..7451ca89c6c9 100644 --- a/content/guides/production.md +++ b/content/guides/production.md @@ -20,7 +20,7 @@ The following article describes the best practices and tools to use when using w ## The Automatic Way -Running `webpack -p` (or equivalently `webpack --optimize-minimize --define process.env.NODE_ENV="production"`). This performs the following steps: +Running `webpack -p` (or equivalently `webpack --optimize-minimize --define process.env.NODE_ENV="'production'"`). This performs the following steps: - Minification using `UglifyJsPlugin` - Runs the `LoaderOptionsPlugin` (see its [documentation](/plugins/loader-options-plugin))