Angular 2树与webpack 2摇晃

时间:2016-09-14 16:31:02

标签: javascript angularjs angular typescript webpack-2

我正在尝试通过应用树木摇动技术来减小角度2应用的大小。

我正在使用errorMessagewebpack 2.1.0-beta.22angular 2 rc6

这是我的tsconfig.json:

typescript 2.0.2

webpack.config:

"compilerOptions": {
    "target": "es5",
    "module": "es2015",
    "moduleResolution": "node",
    "sourceMap": true,
    "removeComments": true,
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true
},
"exclude": [
    "node_modules"
]
树摇动前的束大小为~1.7MB,树摇大小后变为~1.8MB。

我做错了什么?

0 个答案:

没有答案