Closed dario-piotrowicz closed 1 month ago
developers/plugins can always opt out of pre-bundling via optimizeDeps.exclude
(docs) or optimizeDeps.noDiscovery: true
(docs)... if we actually went with prebundling, where does that leave us?
do we simply not support such options?
or do we support them meaning that we would have both pre-bundling and a potential fallback service fallback? (basically recommending the more stable/robust pre-bundling but not forcing it) (this would non-trivially increase maintenance costs...)
Question
developers/plugins can always opt out of pre-bundling via
optimizeDeps.exclude
(docs) oroptimizeDeps.noDiscovery: true
(docs)... if we actually went with prebundling, where does that leave us?do we simply not support such options?
or do we support them meaning that we would have both pre-bundling and a potential fallback service fallback? (basically recommending the more stable/robust pre-bundling but not forcing it) (this would non-trivially increase maintenance costs...)
I think it would be best to just not support these options if we go this route. In my opinion the maintenance burden of keeping the unbundled behaviour alongside this would be too high.
Closing in favour of #37