the-platform icon indicating copy to clipboard operation
the-platform copied to clipboard

parcel hot module replacement problem

Open sagar-gavhane opened this issue 6 years ago • 0 comments

I'm just started to explore the-platform library. For contribution, I fork the repository and then clone it to local machine. In example folder, I run a command yarn start which open live server on port http://localhost:1234/. If made changes to example/App.js file then parceljs (hot module replacement) doesn't remove an old component from DOM.

I think this problem with parceljs. May be we have to toggle configuration of parceljs

sagar-gavhane avatar Nov 07 '18 10:11 sagar-gavhane