Feature Use Case
Sometimes there are modules we don't want them to be tree shaked, since their code size is too big which causes a slow build time or even memory crash. A common case is we want to disable tree shaking for asm.js modules.
Feature Proposal
Rollup option treeshake.moduleSideEffects could receive a 'no-treeshake' indicates no tree shake for this module.
Feature Use Case
Sometimes there are modules we don't want them to be tree shaked, since their code size is too big which causes a slow build time or even memory crash. A common case is we want to disable tree shaking for asm.js modules.
Feature Proposal
Rollup option
treeshake.moduleSideEffectscould receive a'no-treeshake'indicates no tree shake for this module.