In Angular 2 template, include reflect-metadata and zone.js in vendor bundle
This commit is contained in:
parent
d76b013a56
commit
7a80d905b8
|
|
@ -29,6 +29,8 @@ module.exports = {
|
||||||
'@angular/platform-browser-dynamic',
|
'@angular/platform-browser-dynamic',
|
||||||
'@angular/router',
|
'@angular/router',
|
||||||
'@angular/platform-server',
|
'@angular/platform-server',
|
||||||
|
'reflect-metadata',
|
||||||
|
'zone.js',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue