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 |
||
---|---|---|
.. | ||
jest | ||
babel.js | ||
env.js | ||
makeWebpackConfig.js | ||
paths.js | ||
polyfills.js | ||
travis.js | ||
webpack.config.backend.js | ||
webpack.config.dev.js | ||
webpack.config.prod.js | ||
webpackDevServer.config.js |