From f4e5b2eaaa3427c99139c0475d7f4fe986b51d11 Mon Sep 17 00:00:00 2001 From: optikfluffel Date: Mon, 29 Jan 2018 21:58:01 +0100 Subject: [PATCH] tweak comment in webpack.config.prod.js --- config/webpack.config.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index 6b20e289..be97a507 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -37,7 +37,7 @@ const extractTextPluginOptions = shouldUseRelativeAssetPaths { publicPath: Array(cssFilename.split('/').length).join('../') } : {}; -// Enable users to turn off dead code elimination. +// Enable users to turn on dead code elimination. const deadCodeElimination = process.env.DEAD_CODE_ELIMINATION === 'true' ? {