Closed johnraz closed 9 years ago
Hmm, what happens if you try:
import App from './app.jsx!`;
I assumed you needed the ./
for a relative reference, but maybe you don't...
owkay I was being stupid, it does indeed work as expected with the dot notation. sorry 'bout this one.
Hi again !
This is how I load my main module:
Then If I load the
app.jsx
file that lives right next to themain.js
file like this:Hot reloading fails and I get a full browser refresh instead.
However if I do this:
All is fine.
Maybe this is a silly question but I'm trying to wrap my head around this. Thanks already ;-)