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.
1 parent 2fb2e19 commit 8d858f0Copy full SHA for 8d858f0
src/content/guides/tree-shaking.md
@@ -5,6 +5,7 @@ contributors:
5
- simon04
6
- zacanger
7
- alexjoverm
8
+ - avant1
9
related:
10
- title: Tree shaking with webpack 2, TypeScript and Babel
11
url: https://alexjoverm.github.io/2017/03/06/Tree-shaking-with-Webpack-2-TypeScript-and-Babel/
@@ -116,7 +117,7 @@ __webpack.config.js__
116
117
118
``` diff
119
const path = require('path');
-const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
120
++ const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
121
122
module.exports = {
123
entry: './src/index.js',
0 commit comments