Matthijs van Loon
Matthijs van Loon
I worked around this by putting the serviceWorker object in a separate reference: ```js const s = navigator.serviceWorker s.register('worker.js') ``` This tricks Parcel, but it works for me (for now)....
Indeed, it would be cool if there was a workaround where we could select what stylesheets to parse, or which ones to ignore. I experience this in webkit btw.
Yeah I think this can be tagged 'bug'. That red badge being there consistently with no way of (obviously) removing it, that's not intended behavior. I can't even find the...