jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

Fix webpack dev builds to compile and consume all packages

Open lucas-koehler opened this issue 2 years ago • 0 comments

The webpack dev builds currently only consume the host package (e.g. the vanilla renderers) directly. All other packages are consumed as their bundle in their lib folder. Thus, changes are not consumed automatically while the webpack dev server runs.

This should be improved to:

  • ignore and not consume built variants of JSON Forms packages
  • compile and consume JSON Forms packages when they are changed

lucas-koehler avatar Feb 16 '23 08:02 lucas-koehler