Question
Importing ReactJS in iframe.html
I used ReactJS for frontend library, my problem is when I importing react js file "Display.js" classes in iframe.html like this "import Display from './Display';" it's not working. There is an error occurs says:
"Inline Babel script:3
Uncaught ReferenceError: require is not defined
at <anonymous>:5:18"
how to fix this? Thankyou in advance!
