mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-18 23:46:29 +00:00
Summary: This removes the hard-coded route data from the Webpack config, replacing it with the list of paths exported by the route data module. Test Plan: Note that the output of `yarn build` is identical before and after this change: namely, ```shell $ find build -exec shasum -a 256 {} + | shasum -a 256 7610a61f8a977f1d8edd849fc81256ca15f41f366e5fdb4b59a5d5ce37d6d58e ``` wchargin-branch: non-hard-coded-route-data