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 0486adf + 8d7731d commit 077ad28Copy full SHA for 077ad28
config/webpack.config.prod.js
@@ -39,7 +39,7 @@ const extractTextPluginOptions = shouldUseRelativeAssetPaths
39
40
// Enable users to turn off dead code elimination.
41
const deadCodeElimination =
42
- process.env.DEAD_CODE_ELIMINATION !== 'true'
+ process.env.DEAD_CODE_ELIMINATION === 'true'
43
? {
44
dead_code: true,
45
pure_funcs: [
0 commit comments