Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // first file
  2.  
  3. if (process.env.NODE_ENV === 'production') {
  4.     export require('./prod');
  5. } else {
  6.     export default require('./dev');
  7. }
  8.  
  9. // second file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement