Skip to content

Commit

Permalink
build(packaging): fix cdk 2.0.0-beta.12 configurations of rollup (#509)
Browse files Browse the repository at this point in the history
close #504
  • Loading branch information
wilsoncook authored Nov 1, 2017
1 parent 5766569 commit a7204e0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ const format = process.env.ROLLUP_FORMAT || 'es';

let globals = {
'@angular/animations': 'ng.animations',
'@angular/cdk': 'ng.cdk',
// '@angular/cdk/rxjs': 'ng.cdk.rxjs',
// '@angular/cdk/keycodes': 'ng.cdk.keycodes',
// '@angular/cdk/overlay': 'ng.cdk.overlay',
// '@angular/cdk/portal': 'ng.cdk.portal',
// '@angular/cdk/bidi': 'ng.cdk.bidi',
// '@angular/cdk/observers': 'ng.cdk.observers',
// '@angular/cdk': 'ng.cdk',
'@angular/cdk/rxjs': 'ng.cdk.rxjs',
'@angular/cdk/keycodes': 'ng.cdk.keycodes',
'@angular/cdk/overlay': 'ng.cdk.overlay',
'@angular/cdk/portal': 'ng.cdk.portal',
'@angular/cdk/bidi': 'ng.cdk.bidi',
'@angular/cdk/observers': 'ng.cdk.observers',
'@angular/core': 'ng.core',
'@angular/common': 'ng.common',
'@angular/compiler': 'ng.compiler',
Expand Down

0 comments on commit a7204e0

Please sign in to comment.