Skip to content

Commit 0e545a1

Browse files
committed
update related links to be relevant for webpack 4
1 parent 6194853 commit 0e545a1

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

src/content/guides/tree-shaking.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,10 @@ contributors:
1010
- dmitriid
1111
- probablyup
1212
related:
13-
- title: Tree shaking with webpack 2, TypeScript and Babel
14-
url: https://alexjoverm.github.io/2017/03/06/Tree-shaking-with-Webpack-2-TypeScript-and-Babel/
15-
- title: Tree-shaking with webpack 2 and Babel 6
16-
url: http://www.2ality.com/2015/12/webpack-tree-shaking.html
17-
- title: webpack 2 Tree Shaking Configuration
18-
url: https://medium.com/modus-create-front-end-development/webpack-2-tree-shaking-configuration-9f1de90f3233#.15tuaw71x
19-
- title: Issue 2867
20-
url: https://github.com/webpack/webpack/issues/2867
21-
- title: Issue 4784
22-
url: https://github.com/webpack/webpack/issues/4784
13+
- title: "webpack 4 beta — try it today!"
14+
url: https://medium.com/webpack/webpack-4-beta-try-it-today-6b1d27d7d7e2#9a67
15+
- title: Debugging Optimization Bailouts
16+
url: https://webpack.js.org/plugins/module-concatenation-plugin/#debugging-optimization-bailouts
2317
---
2418

2519
_Tree shaking_ is a term commonly used in the JavaScript context for dead-code elimination. It relies on the [static structure](http://exploringjs.com/es6/ch_modules.html#static-module-structure) of ES2015 module syntax, i.e. [`import`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import) and [`export`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export). The name and concept have been popularized by the ES2015 module bundler [rollup](https://github.com/rollup/rollup).

0 commit comments

Comments
 (0)