Make the dependency on es6-shim explicit, and include it in the vendor bundle

This commit is contained in:
SteveSandersonMS
2016-07-26 14:57:14 +01:00
parent 77b404188b
commit 2fe06ea784
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
"angular2-universal": "^0.104.5",
"aspnet-prerendering": "^1.0.2",
"css": "^2.2.1",
"es6-shim": "^0.35.1",
"isomorphic-fetch": "^2.2.1",
"preboot": "^2.0.10",
"rxjs": "5.0.0-beta.6",

View File

@@ -18,6 +18,7 @@ module.exports = {
vendor: [
'bootstrap',
'bootstrap/dist/css/bootstrap.css',
'es6-shim',
'style-loader',
'jquery',
'@angular/common',