Skip to content

Commit 0ea5063

Browse files
authored
Merge pull request halfzebra#225 from optikfluffel/comment-fix
Tweak a comment in webpack.config.prod.js
2 parents e794200 + f4e5b2e commit 0ea5063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.config.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const extractTextPluginOptions = shouldUseRelativeAssetPaths
3737
{ publicPath: Array(cssFilename.split('/').length).join('../') }
3838
: {};
3939

40-
// Enable users to turn off dead code elimination.
40+
// Enable users to turn on dead code elimination.
4141
const deadCodeElimination =
4242
process.env.DEAD_CODE_ELIMINATION === 'true'
4343
? {

0 commit comments

Comments
 (0)