mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-10 12:46:16 +00:00
415210b772
Summary: This import does not need to be dynamic; the fact that it is loses us safety for no benefit. (When I originally wrote it, it was less obviously bad, but the surrounding code has changed over time.) Test Plan: Running `yarn flow` suffices, and now actually checks this module instead of typing it as `any`. Running `yarn test --full` is nice, too. wchargin-branch: webpack-remove-dynamic-import