我正在尝试通过应用树木摇动技术来减小角度2应用的大小。
我正在使用errorMessage
,webpack 2.1.0-beta.22
和angular 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。
我做错了什么?