forked from the-guild-org/apollo-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathng-package.js
More file actions
21 lines (21 loc) · 772 Bytes
/
ng-package.js
File metadata and controls
21 lines (21 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module.exports = {
umdModuleIds: {
'@angular/core': 'ng.core',
'@angular/common/http': 'ng.common.http',
'@ngrx/store': 'ngrx.store',
'apollo-link': 'apolloLink.core',
'apollo-client': 'apollo',
'apollo-angular': 'ng.apollo',
'apollo-angular-link-http': 'ng.apolloLink.http',
'apollo-angular-link-http-common': 'ng.apolloLink.httpCommon',
'apollo-cache-inmemory': 'apollo.cache.inmemory',
'apollo-link-state': 'apolloLink.state',
'apollo-link-error': 'apolloLink.error',
'apollo-link-context': 'apolloLink.context',
'apollo-link-batch': 'apolloLink.batch',
'apollo-link-persisted-queries': 'persistedQueryLink',
rxjs: 'rxjs',
'rxjs/operators': 'rxjs.operators',
'extract-files': 'extractFiles'
},
};