filipesilva / angular-quickstart-lib

MIT License
305 stars 75 forks source link

fix build.js for scoped npm packages #49

Closed franzbecker closed 7 years ago

franzbecker commented 7 years ago

When changing the library name in the package.json from quickstart-lib to @somescope/quickstart-lib the build breaks as it calculates the paths for es5Entry and es2015Entry using the package name.

franzbecker commented 7 years ago

sorry I missed the discussion on issue https://github.com/filipesilva/angular-quickstart-lib/issues/8