You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our new system, moduleFilters can be registered on multiple levels: 1. as the include or ignore babel option, 2. as an option to the Dbux plugin itself, because include/ignore is 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...
The text was updated successfully, but these errors were encountered:
NOTES:
moduleFilters
can be registered on multiple levels: 1. as theinclude
orignore
babel option, 2. as an option to the Dbux plugin itself, becauseinclude
/ignore
is controlled by the build system, and should not be tempered with.TODO
react-tic-tac-toe
, some files are logged 4 times with[REGISTER]
. Any whitelisted file should ideally only appear once.The text was updated successfully, but these errors were encountered: