Remove config.js from client bundle

This commit is contained in:
John Furrow
2017-12-28 21:14:45 -08:00
parent e6a82cd14a
commit 5557a26c5d
11 changed files with 601 additions and 812 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ process.exit(0);
// Do this as the first thing so that any code reading it knows the right env.
process.env.BABEL_ENV = 'test';
process.env.NODE_ENV = 'test';
process.env.PUBLIC_URL = '';
process.env.BASE_URI = '';
// Makes the script crash on unhandled rejections instead of silently
// ignoring them. In the future, promise rejections that are not handled will