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 e794200 + f4e5b2e commit 0ea5063Copy full SHA for 0ea5063
config/webpack.config.prod.js
@@ -37,7 +37,7 @@ const extractTextPluginOptions = shouldUseRelativeAssetPaths
37
{ publicPath: Array(cssFilename.split('/').length).join('../') }
38
: {};
39
40
-// Enable users to turn off dead code elimination.
+// Enable users to turn on dead code elimination.
41
const deadCodeElimination =
42
process.env.DEAD_CODE_ELIMINATION === 'true'
43
? {
0 commit comments