Skip to content

Commit 8d858f0

Browse files
committed
mark line requiring uglifyjs-webpack-plugin as new
The `uglifyjs-webpack-plugin` plugin was installed on previous step, so it should be marked as added line.
1 parent 2fb2e19 commit 8d858f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/guides/tree-shaking.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ contributors:
55
- simon04
66
- zacanger
77
- alexjoverm
8+
- avant1
89
related:
910
- title: Tree shaking with webpack 2, TypeScript and Babel
1011
url: https://alexjoverm.github.io/2017/03/06/Tree-shaking-with-Webpack-2-TypeScript-and-Babel/
@@ -116,7 +117,7 @@ __webpack.config.js__
116117
117118
``` diff
118119
const path = require('path');
119-
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
120+
+ const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
120121

121122
module.exports = {
122123
entry: './src/index.js',

0 commit comments

Comments
 (0)