mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
feat(build): Support ES2015 modules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { get } from '../util';
|
||||
import { Observable } from '@reactivex/rxjs';
|
||||
import { Observable } from 'rxjs/Observable';
|
||||
|
||||
declare var window;
|
||||
declare var Promise;
|
||||
|
||||
Reference in New Issue
Block a user