Closed franzbecker closed 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.
quickstart-lib
@somescope/quickstart-lib
es5Entry
es2015Entry
sorry I missed the discussion on issue https://github.com/filipesilva/angular-quickstart-lib/issues/8
When changing the library name in the package.json from
quickstart-lib
to@somescope/quickstart-lib
the build breaks as it calculates the paths fores5Entry
andes2015Entry
using the package name.