Skip to content

Commit 6f235ac

Browse files
authored
Merge pull request #621 from hpurmann/fix-env-production
Fix production string literal
2 parents 9871e74 + 73ca2ff commit 6f235ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/production-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This page explains how to generate production builds with webpack.
1212

1313
## The automatic way
1414

15-
Running `webpack -p` (or equivalently `webpack --optimize-minimize --define process.env.NODE_ENV="production"`). This performs the following steps:
15+
Running `webpack -p` (or equivalently `webpack --optimize-minimize --define process.env.NODE_ENV="'production'"`). This performs the following steps:
1616

1717
- Minification using `UglifyJsPlugin`
1818
- Runs the `LoaderOptionsPlugin`, see its [documentation](/plugins/loader-options-plugin)

0 commit comments

Comments
 (0)