chrisdmacrae / parceleventy

An @11ty/eleventy starter using parcel-bundler for production bundling
42 stars 2 forks source link

Extend browser support #3

Closed DirtyF closed 5 years ago

DirtyF commented 5 years ago
Given I use Safari as a browser
When I update `src/assets/css/index.css`
Then  browser console displays `WebSocket network error: The operation couldn't be completed. (OSStatus error -9847.)`
And Page is not refreshed

Given I use Firefox as a browser
When I update `src/assets/css/index.css`
Then browser console displays `Firefox can't establish a connection to the server at wss://localhost:56550/.`
And Page is not refreshed

Workaround

chrisdmacrae commented 5 years ago

@DirtyF https is now disabled by default; I assumed it was necessary for service workers, but it is not.