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/compiler/testing/index.js',
entry: '../../../dist/packages-dist/compiler/@angular/compiler/testing.es5.js',
dest: '../../../dist/packages-dist/compiler/bundles/compiler-testing.umd.js',
format: 'umd',
moduleName: 'ng.compiler.testing',