Guest User

Untitled

a guest
May 26th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Find:
  2.  
  3. (import) (.*) from '(.*)(';)
  4.  
  5. Replace:
  6.  
  7. const $2 = require('$3');
  8.  
  9. Find:
  10.  
  11. export default
  12.  
  13. Replace:
  14.  
  15. module.exports =
Add Comment
Please, Sign In to add comment