Adding this:
hotMiddleware: {
reload: true
}
to client/webpack.conf.js forces a reload on changes, but it still reloads the whole page, not just the affected nodes.
Adding this:
hotMiddleware: {
reload: true
}
to client/webpack.conf.js forces a reload on changes, but it still reloads the whole page, not just the affected nodes.