2016-08-30 21:07:40 -04:00
|
|
|
export default {
|
|
|
|
entry: '../../../dist/packages-dist/platform-browser-dynamic/testing/index.js',
|
2016-10-04 17:06:41 -04:00
|
|
|
dest: '../../../dist/packages-dist/platform-browser-dynamic/bundles/platform-browser-dynamic-testing.umd.js',
|
2016-08-30 21:07:40 -04:00
|
|
|
format: 'umd',
|
|
|
|
moduleName: 'ng.platformBrowserDynamic.testing',
|
|
|
|
globals: {
|
|
|
|
'@angular/core': 'ng.core',
|
|
|
|
'@angular/core/testing': 'ng.core.testing',
|
|
|
|
'@angular/common': 'ng.common',
|
|
|
|
'@angular/compiler': 'ng.compiler',
|
|
|
|
'@angular/compiler/testing': 'ng.compiler.testing',
|
|
|
|
'@angular/platform-browser': 'ng.platformBrowser',
|
|
|
|
'@angular/platform-browser/testing': 'ng.platformBrowser.testing',
|
2016-08-30 15:13:38 -04:00
|
|
|
'@angular/platform-browser-dynamic': 'ng.platformBrowserDynamic'
|
2016-08-30 21:07:40 -04:00
|
|
|
}
|
2016-10-04 17:06:41 -04:00
|
|
|
}
|