mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-05 09:14:50 +00:00
8dec3aa61b
Summary: This module will become the shared home of the production and development configurations. Test Plan: Run: ``` rm -r build/ NODE_ENV=production node node_modules/.bin/webpack \ --config config/makeWebpackConfig.js (cd build && python -m SimpleHTTPServer) ``` and load http://localhost:8000. Note that the main content of app still works, although the static assets in the SourceCred directory are not loaded so the useful functionality is crippled. wchargin-branch: webpack-init