forked from sebholstein/angular-google-maps
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrollup.spiderfier.config.js
More file actions
26 lines (26 loc) · 911 Bytes
/
Copy pathrollup.spiderfier.config.js
File metadata and controls
26 lines (26 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
export default {
input: 'dist/packages/marker-spiderfier/index.js',
output: {
file: 'dist/packages/marker-spiderfier/marker-spiderfier.umd.js',
name: 'ngmaps.spiderfier',
globals: {
'@angular/core': 'ng.core',
'@angular/common': 'ng.common',
'@angular/compiler': 'ng.compiler',
'@angular/platform-browser': 'ng.platformBrowser',
'@angular/platform-browser-dynamic': 'ng.platformBrowserDynamic',
'rxjs/Subject': 'Rx',
'rxjs/observable/PromiseObservable': 'Rx',
'rxjs/operator/toPromise': 'Rx.Observable.prototype',
'rxjs/Observable': 'Rx',
'rxjs/Rx': 'Rx',
'@agm/core': 'ngmaps.core',
'ts-overlapping-marker-spiderfier': 'OMS'
},
sourceMap: true,
format: 'umd',
},
experimentalDynamicImport: true,
context: 'window',
external: ['rxjs', '@angular/core', '@agm/core', 'ts-overlapping-marker-spiderfier']
}