Guest User

Untitled

a guest
Aug 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <link rel="stylesheet" href="developmentpath/styles.css">
  2.  
  3. <link rel="stylesheet" href="productionpath/styles.css">
  4.  
  5. stylePath: process.env.NODE_ENV === 'production'
  6. ? 'productionpath/styles.css'
  7. : 'developmentpath/styles.css'
Add Comment
Please, Sign In to add comment