UNPKG

144 BJavaScriptView Raw
1if (process.env.NODE_ENV === 'production') {
2 module.exports = require('./production');
3} else {
4 module.exports = require('./development');
5}
\No newline at end of file