This is created to solve a hard library dependency noted on PR #113 and PR #112.
The service builds the component libraries without adding the hard dependency by default. It provides a hook to allow other modules alter the libraries. This hook is used on pdb_react to add the needed hard dependency with the main react library.
Tested locally and works as expected. The component dynamic libraries are created fine, can not see errors because non-existing libraries and pdb_react is fine. Merging.
This is created to solve a hard library dependency noted on PR #113 and PR #112. The service builds the component libraries without adding the hard dependency by default. It provides a hook to allow other modules alter the libraries. This hook is used on
pdb_react
to add the needed hard dependency with the main react library.