reasonml-old / reason-react-example

Examples for ReasonReact
649 stars 116 forks source link

require is not defined #50

Open xingfeT opened 5 years ago

xingfeT commented 5 years ago

i open src/index.html get the error

mlms13 commented 5 years ago

Did you click on one of the links first? Had you run npm run webpack before trying this? The html page /src/index.html doesn't appear to have any JS, so it's unlikely the require is not defined error would be coming from that page.