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

worker compatibility #135

Closed mpfau closed 7 years ago

mpfau commented 7 years ago

see #132

alexisvincent commented 7 years ago

Awesome :) Can you make the isWorker and isWeb constants?

mpfau commented 7 years ago

sure! :+1:

alexisvincent commented 7 years ago

Awesome :) Can you give a short description of what is now working? So I can add to the README

alexisvincent commented 7 years ago

@mpfau Did you test this, because I just ran rollup and it complained. Which leads me to suspect you never checked if these changes work...

mpfau commented 7 years ago

@alexisvincent argh! Sorry! I tested the code but made some slight adaptions before checking in.

The latest commit also contains a fix in case entries are not provided.