Łukasz Czerpak

Results 4 comments of Łukasz Czerpak

it appears to start occurring since [email protected] and is related to how path is constructed (https://github.com/hapijs/joi/issues/1302). Changing from: ```js var path = detail.path; ``` to: ```js var path = detail.path.join('.');...

In my opinion https://github.com/vuejs-templates/pwa/pull/53 doesn't fully solve the problem. I synced my project with master and it didn't work. After commenting out `hotMiddleware.publish({ action: 'reload' })` HMR started to work.

@javiergarza That was the initial diagnosis.. but I got same information that papi v0 and v1 us the same implementation under the hood. From my perspective there is no issue...

related: https://github.com/akamai/cli-sandbox/issues/78