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.
1 parent e5caf28 commit f4e5b2eCopy full SHA for f4e5b2e
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