When I run npm run gulp all worked when creating the javascript. But when I run the javascript inside the browser the following error appears:
_prelude.js:1 Uncaught Error: Cannot find module 'react' at o (_prelude.js:1)
I installed react and react-dom, if I use node and require('react') all is fine.
What did I wrong?