alexisvincent/systemjs-hot-reloader

error if SystemJS.transpiler = false

GongT opened this issue · 2 comments

GongT commented

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

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

systemjs-hot-reloader is now precompiled