There was an error while loading. Please reload this page.
1 parent 4698aa5 commit fb1d072Copy full SHA for fb1d072
npmPackage/index.js
@@ -1,6 +1,7 @@
1
'use strict';
2
3
if (process.env.NODE_ENV === 'production') {
4
+ // NOTE: CHANGE TO PRODUCTION WHEN WE HAVE THAT FINAL FILE
5
module.exports = require('./development.js');
6
} else {
7
0 commit comments