Skip to content

Commit

Permalink
Merge pull request #1871 from karlhaas/patch-2
Browse files Browse the repository at this point in the history
Add platform-browser-animations.umd.js to builder config
  • Loading branch information
mgechev authored Mar 16, 2017
2 parents 1a62c06 + 26864c1 commit d93a07e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/config/seed.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ export class SeedConfig {
// You will have to include entries for each individual application in
// `src/client`.
[join(this.TMP_DIR, this.BOOTSTRAP_DIR, '*')]: `${this.TMP_DIR}/${this.BOOTSTRAP_DIR}/*`,
'@angular/platform-browser/animations': 'node_modules/@angular/platform-browser/bundles/platform-browser-animations.umd.js',
'dist/tmp/node_modules/*': 'dist/tmp/node_modules/*',
'node_modules/*': 'node_modules/*',
'*': 'node_modules/*'
Expand Down

0 comments on commit d93a07e

Please sign in to comment.