Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 2fe06ea

Browse files
Make the dependency on es6-shim explicit, and include it in the vendor bundle
1 parent 77b4041 commit 2fe06ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/Angular2Spa/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"angular2-universal": "^0.104.5",
3131
"aspnet-prerendering": "^1.0.2",
3232
"css": "^2.2.1",
33+
"es6-shim": "^0.35.1",
3334
"isomorphic-fetch": "^2.2.1",
3435
"preboot": "^2.0.10",
3536
"rxjs": "5.0.0-beta.6",

templates/Angular2Spa/webpack.config.vendor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = {
1818
vendor: [
1919
'bootstrap',
2020
'bootstrap/dist/css/bootstrap.css',
21+
'es6-shim',
2122
'style-loader',
2223
'jquery',
2324
'@angular/common',

0 commit comments

Comments
 (0)