Advertisement
Guest User

Untitled

a guest
Aug 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. Create your create-react-app
  2. npm run eject
  3. npm i @babel/plugin-proposal-decorators mobx mobx-react
  4.  
  5.  
  6.  
  7. "babel": {
  8. "plugins": [
  9. [
  10. "@babel/plugin-proposal-decorators",
  11. {
  12. "legacy": true
  13. }
  14. ]
  15. ],
  16. "presets": [
  17. "react-app"
  18. ]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement