-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Troubleshooting steps to make HMR work in complex webpack configs
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I would say first just to remove mainFields and conditionNames in your config if there was no reason to configure it. And then if one of the webpack loader needed to configure those like svelte-loader for a particular case where you have svelte and solidjs code in the same repository, be sure to add "..." in the list.
"Fx." stands for "For example"?, first time I see this abbreviation.