Closed TobyEalden closed 7 years ago
Are you able to provide me a small reproducible project. That I can test with? I suspect it has to do with your application, not the loader :)
Otherwise perhaps you can describe your application setup?
I suspect it has to do with your application, not the loader :)
I'm sure you're right!
I'll try and create a smaller example to reproduce it.
One thing I'm not clear about is whereabouts in the jspm.config.js the @hot tag should be - jspm appears to have added several "map" properties in various places. In desperation my approach has been to add it everywhere (see attached).
Solved - for future reference, the app is based on the mantra spec and the issue is caused by https://github.com/mantrajs/mantra-core/blob/master/src/app.js#L45.
Fixed by warning instead of throwing if module is already loaded - https://github.com/nqminds/nqm-mantra-core/blob/master/src/app.js#L44
:) Awesome! Sorry for the non reply :/
I'm having problems getting this to work - I've followed the instructions and have chokidar-socket-emitter running, but when any file is modified I always get the following in the console:
using version 1.1.0 with jspm "0.17.0-beta.41"