From 7a80d905b8af277972201ff7a4fb249733a86e2d Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Thu, 15 Sep 2016 12:07:49 +0100 Subject: [PATCH] In Angular 2 template, include reflect-metadata and zone.js in vendor bundle --- templates/Angular2Spa/webpack.config.vendor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/Angular2Spa/webpack.config.vendor.js b/templates/Angular2Spa/webpack.config.vendor.js index cd2bbe0..9636722 100644 --- a/templates/Angular2Spa/webpack.config.vendor.js +++ b/templates/Angular2Spa/webpack.config.vendor.js @@ -29,6 +29,8 @@ module.exports = { '@angular/platform-browser-dynamic', '@angular/router', '@angular/platform-server', + 'reflect-metadata', + 'zone.js', ] }, output: {