gonzofish / angular-librarian

An Angular 2+ scaffolding setup for creating libraries
https://www.npmjs.com/package/angular-librarian
MIT License
91 stars 9 forks source link

[Migration] dahToCamel is not a function #69

Closed tommueller closed 6 years ago

tommueller commented 6 years ago

sadly I get another bug during the upgrade to the latest release ... after fixing #68 the build breaks now during the "rollup-stage". maybe another rollup-dependency that's missing?

Generating bundles via rollup

Build failed

TypeError: librarianUtils.dashToCamel is not a function at doRollup (/home/tom/workspace_angular/ng-core/tasks/rollup.js:28:36) at rollupBundles (/home/tom/workspace_angular/ng-core/tasks/build.js:51:29) at /home/tom/workspace_angular/ng-core/tasks/build.js:26:16

tommueller commented 6 years ago

Sorry: https://github.com/gonzofish/angular-librarian/blob/master/MIGRATION.md

gonzofish commented 6 years ago

Yeah, I blew it on that one. Sorry about that...thought I had tested all functionality.