Back to Webpack

example.js

examples/cjs-tree-shaking/template.md

5.106.2567 B
Original Source

This example demonstrates how Webpack performs tree shaking for CommonJS modules.

example.js

javascript
_{{example.js}}_

increment.js

javascript
_{{increment.js}}_

math.js

javascript
_{{math.js}}_

dist/output.js

javascript
_{{dist/output.js}}_

dist/output.js (production)

javascript
_{{production:dist/output.js}}_

dist/without.js (same without tree shaking)

javascript
_{{production:dist/without.js}}_

Info

Unoptimized

_{{stdout}}_

Production mode

_{{production:stdout}}_