alexisvincent / systemjs-hot-reloader

reloads your modules as needed so that you can have satisfyingly fast feedback loop when developing your app
MIT License
228 stars 36 forks source link

error if SystemJS.transpiler = false #109

Closed GongT closed 7 years ago

GongT commented 7 years ago

I have already transpiled all files to ES5. without systemjs-hot-reloader, everything works well.

system.src.js:122 Uncaught (in promise) Error: (SystemJS) Unable to dynamically transpile ES module as SystemJS.transpiler set to false.
    TypeError: Unable to dynamically transpile ES module as SystemJS.transpiler set to false.
    Error loading http://localhost.vm:3030/jspm_packages/github/capaj/systemjs-hot-reloader@0.6.0/default-listener.js as "systemjs-hot-reloader/default-listener.js" from http://localhost.vm:3030/client/client-boot-react.js
mpfau commented 7 years ago

A pre-transpiled hot-reloader (see also #35) would solve this.

alexisvincent commented 7 years ago

systemjs-hot-reloader is now precompiled