sarsamurmu / reboost

A super fast dev server for rapid web development
MIT License
61 stars 3 forks source link

"lit-element" stopped getting rendered #32

Closed GHNewbiee closed 4 years ago

GHNewbiee commented 4 years ago

reboost: 0.12.0 lit-element: 2.4.0 template: lit-element reboost.js: default

Regardless of commonJSInterop.mode value, rendering of lit-elements is over.

sarsamurmu commented 4 years ago

Can you try deleting Reboost cache dir?

GHNewbiee commented 4 years ago

Unfortunately, it does always fail.

GHNewbiee commented 4 years ago

BTW, at the same time, I very often receive errors, like Error: ENOENT: no such file or directory, open '.../reboost-le/.reboost_cache/files/...', too.

sarsamurmu commented 4 years ago

I will look into it

sarsamurmu commented 4 years ago

It's working fine for me. Check v0.12.1, it includes minor fixes which may fix this bug for you.

GHNewbiee commented 4 years ago

It does work fine with FF79, but not with 68 any more. Next time, I will also include from the very beginning the brand and version of the browser. For the time being, I am closing this issue but I continue to keep an eye on that...