It would dramatically improve build performance and size.
Currently it's not possible, since splitChunks requires shared environment (while content script, background page and popup are separate entities).
A workable solution is probably presented here
It would dramatically improve build performance and size. Currently it's not possible, since splitChunks requires shared environment (while content script, background page and popup are separate entities). A workable solution is probably presented here