Would be a nice to have for to be able to tell the bundler which imports are supposed to remain external (like react) and what are supposed to be included with the bundle (for things that don't do thier own preprocessing and are would be simpler to just include in the bundle - normally from dev-dependencies).
Context: bringing this topic up for discussion since I've not seen this mentioned before.
Would be a nice to have for to be able to tell the bundler which imports are supposed to remain external (like
react) and what are supposed to be included with the bundle (for things that don't do thier own preprocessing and are would be simpler to just include in the bundle - normally fromdev-dependencies).Context: bringing this topic up for discussion since I've not seen this mentioned before.