mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-10 12:46:16 +00:00
1d48bf9390
Summary: This commit makes the Webpack dev server fully functional under the new config, by serving the static SourceCred directory via a piece of injected middleware. Test Plan: Run ``` NODE_ENV=development node ./node_modules/.bin/webpack-dev-server \ --config config/makeWebpackConfig.js ``` and navigate to the cred explorer. Note that the repository registry is fetched, and the whole cred explorer works. wchargin-branch: webpack-statics