File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import 'angular2-universal-polyfills';
22import 'es6-shim' ;
33import 'zone.js' ;
44import 'bootstrap' ;
5- import 'reflect-metadata' ;
65import './styles/site.css' ;
76import { enableProdMode } from '@angular/core' ;
87import { platformUniversalDynamic } from 'angular2-universal' ;
Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ module.exports = {
1616 } ,
1717 entry : {
1818 vendor : [
19- 'bootstrap' ,
20- 'bootstrap/dist/css/bootstrap.css' ,
21- 'es6-shim' ,
22- 'style-loader' ,
23- 'jquery' ,
2419 '@angular/common' ,
2520 '@angular/compiler' ,
2621 '@angular/core' ,
@@ -29,7 +24,14 @@ module.exports = {
2924 '@angular/platform-browser-dynamic' ,
3025 '@angular/router' ,
3126 '@angular/platform-server' ,
32- 'reflect-metadata' ,
27+ 'angular2-universal' ,
28+ 'angular2-universal-polyfills' ,
29+ 'bootstrap' ,
30+ 'bootstrap/dist/css/bootstrap.css' ,
31+ 'es6-shim' ,
32+ 'es6-promise' ,
33+ 'jquery' ,
34+ 'style-loader' ,
3335 'zone.js' ,
3436 ]
3537 } ,
You can’t perform that action at this time.
0 commit comments