the-platform
the-platform copied to clipboard
parcel hot module replacement problem
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