mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +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",
|
"angular2-universal": "^0.104.5",
|
||||||
"aspnet-prerendering": "^1.0.2",
|
"aspnet-prerendering": "^1.0.2",
|
||||||
"css": "^2.2.1",
|
"css": "^2.2.1",
|
||||||
|
"es6-shim": "^0.35.1",
|
||||||
"isomorphic-fetch": "^2.2.1",
|
"isomorphic-fetch": "^2.2.1",
|
||||||
"preboot": "^2.0.10",
|
"preboot": "^2.0.10",
|
||||||
"rxjs": "5.0.0-beta.6",
|
"rxjs": "5.0.0-beta.6",
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ module.exports = {
|
|||||||
vendor: [
|
vendor: [
|
||||||
'bootstrap',
|
'bootstrap',
|
||||||
'bootstrap/dist/css/bootstrap.css',
|
'bootstrap/dist/css/bootstrap.css',
|
||||||
|
'es6-shim',
|
||||||
'style-loader',
|
'style-loader',
|
||||||
'jquery',
|
'jquery',
|
||||||
'@angular/common',
|
'@angular/common',
|
||||||
|
|||||||
Reference in New Issue
Block a user