-
-
Notifications
You must be signed in to change notification settings - Fork 13
Fix moduleFilters: files are logged multiple times #682
Copy link
Copy link
Open
Labels
Description
NOTES:
- In our new system,
moduleFilterscan be registered on multiple levels: 1. as theincludeorignorebabel option, 2. as an option to the Dbux plugin itself, becauseinclude/ignoreis controlled by the build system, and should not be tempered with. - Make sure that if we have multiple filters at different stages, they only log once anyway.
TODO
- Fix: Currently, when building
react-tic-tac-toe, some files are logged 4 times with[REGISTER]. Any whitelisted file should ideally only appear once.- Everything works fine though...
Reactions are currently unavailable