bigbite / build-tools

MIT License
6 stars 1 forks source link

Add checks for which externals are set when running Dependency Extraction #87

Closed ampersarnie closed 1 year ago

ampersarnie commented 1 year ago

Description

In the previous PR to fix issues with dependency extraction (#83), the function that handled this was also preventing externals from being written where required. Because of this removal there has been a regression that caused externals to be overwritten as part of the dependency extraction. To get around this, and allow for dependencies - external, non-external and otherwise - we need to check which externals are being written or overwritten as part of a custom webpack config.

Change Log