Guest User

Untitled

a guest
Jan 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. goto:
  2.  
  3. node_modules/react-scripts/config/webpack.config.dev.js
  4.  
  5. Change:
  6.  
  7. devtool: 'cheap-module-source-map',
  8.  
  9. To:
  10.  
  11. devtool: 'source-map',
  12.  
  13.  
  14. then run:
  15.  
  16. yarn run build -- --stats
  17.  
  18.  
  19. inside of `build/`
  20.  
  21.  
  22. See
  23. `bundle-stats.json`
  24. and
  25. `static/js/*.map`
Add Comment
Please, Sign In to add comment