In Angular 2 template, include reflect-metadata and zone.js in vendor bundle

This commit is contained in:
SteveSandersonMS
2016-09-15 12:07:49 +01:00
parent d76b013a56
commit 7a80d905b8

View File

@@ -29,6 +29,8 @@ module.exports = {
'@angular/platform-browser-dynamic',
'@angular/router',
'@angular/platform-server',
'reflect-metadata',
'zone.js',
]
},
output: {