Closed brumm closed 7 years ago
There are a number of places where src/
and src/index.js
are hardcoded, so just using extra
probably isn't enough for now.
Will look into making this properly configurable.
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.