Make the dependency on es6-shim explicit, and include it in the vendor bundle
This commit is contained in:
parent
77b404188b
commit
2fe06ea784
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue