You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set up a new project today, which involves a somewhat complicated nwb.config.js (pasted in full below).
Unfortunately, I seem to have broken HMR in the process, there's no [HMR] log output in the console, and the app does not react to file changes.
Renaming the renderer folder back to src and removing the option for webpack.extra.entry seems to fix things, but I'd like to be able to rename the src if possible.
Closing in favour of #115 for tracking making this configurable - thanks for the example real-world config, will come in useful when testing the feature.
I set up a new project today, which involves a somewhat complicated nwb.config.js (pasted in full below).
Unfortunately, I seem to have broken HMR in the process, there's no
[HMR]
log output in the console, and the app does not react to file changes.Renaming the
renderer
folder back tosrc
and removing the option forwebpack.extra.entry
seems to fix things, but I'd like to be able to rename thesrc
if possible.The text was updated successfully, but these errors were encountered: