When you use importSideEffects even inside a function Fable emits an import on the top of the file this makes the import static and adds to the main bundle
thanfully for shoelace/fluent-ui we don't need to do that and can import them dynamically
that will reduce main bundle size and should not impact negatively in any way
When you use
importSideEffects
even inside a function Fable emits an import on the top of the file this makes the import static and adds to the main bundle thanfully for shoelace/fluent-ui we don't need to do that and can import them dynamically that will reduce main bundle size and should not impact negatively in any wayFeel free to close this if not necessary