mrjmd / pdb

Decoupled Blocks is a Drupal 8 module to simplify integrating javascript frameworks into your site.
https://www.drupal.org/sandbox/mrjmd/2664138
57 stars 14 forks source link

Component library manager service #119

Closed emacoti closed 4 years ago

emacoti commented 4 years ago

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.

emacoti commented 4 years ago

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.