Guest User

Untitled

a guest
Jan 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. const path = require('path');
  2.  
  3. // react-native >= 0.57
  4.  
  5. const extraNodeModules = {
  6. 'qb-core': path.resolve(__dirname + '/../qb-core/'),
  7. };
  8. const watchFolders = [
  9. path.resolve(__dirname + '/../qb-core/')
  10. ];
  11.  
  12. module.exports = {
  13. resolver: {
  14. extraNodeModules,
  15. },
  16. watchFolders
  17. };
Add Comment
Please, Sign In to add comment