Skip to content

Commit

Permalink
fix(demo): including es6-shim and es6-promise (fixes #194)
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Mar 24, 2016
1 parent 400e3e2 commit 80b73b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ const config = {
entry: {
angular2: [
// Angular 2 Deps
'es6-shim',
'es6-promise',
'zone.js',
'reflect-metadata',
'angular2/common',
Expand Down

0 comments on commit 80b73b4

Please sign in to comment.