Guest User

Untitled

a guest
Feb 18th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. const glob = require('glob');
  2.  
  3. /**
  4. * Find all of the map files in ./build
  5. */
  6. function findSourceMaps(callback) {
  7. return glob('build/**/*/*.map', callback);
  8. }
Add Comment
Please, Sign In to add comment