We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9871e74 + 73ca2ff commit 6f235acCopy full SHA for 6f235ac
content/guides/production-build.md
@@ -12,7 +12,7 @@ This page explains how to generate production builds with webpack.
12
13
## The automatic way
14
15
-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:
16
17
- Minification using `UglifyJsPlugin`
18
- Runs the `LoaderOptionsPlugin`, see its [documentation](/plugins/loader-options-plugin)
0 commit comments