build: fix rollup config file paths

This commit is contained in:
Jason Aden
2017-03-06 16:51:03 -08:00
parent 5aed1e36b8
commit 72563b61fb
29 changed files with 86 additions and 49 deletions

View File

@ -7,7 +7,7 @@
*/
export default {
entry: '../../../dist/packages-dist/router/testing/index.js',
entry: '../../../dist/packages-dist/router/@angular/router/testing.es5.js',
dest: '../../../dist/packages-dist/router/bundles/router-testing.umd.js',
format: 'umd',
moduleName: 'ng.router.testing',