mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Make the dependency on es6-shim explicit, and include it in the vendor bundle
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -18,6 +18,7 @@ module.exports = {
|
||||
vendor: [
|
||||
'bootstrap',
|
||||
'bootstrap/dist/css/bootstrap.css',
|
||||
'es6-shim',
|
||||
'style-loader',
|
||||
'jquery',
|
||||
'@angular/common',
|
||||
|
||||
Reference in New Issue
Block a user