2016-04-28 20:50:03 -04:00
|
|
|
|
|
|
|
export default {
|
2016-08-30 21:07:40 -04:00
|
|
|
entry: '../../../dist/packages-dist/http/index.js',
|
|
|
|
dest: '../../../dist/packages-dist/http/bundles/http.umd.js',
|
2016-04-28 20:50:03 -04:00
|
|
|
format: 'umd',
|
|
|
|
moduleName: 'ng.http',
|
|
|
|
globals: {
|
|
|
|
'@angular/core': 'ng.core',
|
|
|
|
'@angular/compiler': 'ng.compiler',
|
|
|
|
'@angular/platform-browser': 'ng.platformBrowser',
|
2016-08-30 15:13:38 -04:00
|
|
|
'rxjs/Observable': 'Rx',
|
|
|
|
'rxjs/Subject': 'Rx'
|
2016-08-30 21:07:40 -04:00
|
|
|
}
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|