feat(build): Support ES2015 modules

This commit is contained in:
Max Lynch
2016-09-21 15:04:46 -05:00
parent 3903fee2bf
commit 4014972feb
30 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin';
import { Observable } from '@reactivex/rxjs';
import { Observable } from 'rxjs/Observable';
export interface AccelerationData {