CharacterCreator icon indicating copy to clipboard operation
CharacterCreator copied to clipboard

Dynamically import pages and library code

Open soulofmischief opened this issue 2 years ago • 0 comments

Currently everything is loaded at the beginning, and vite is not allowed to do its magic.

Only the code required to reach first paint should be statically imported in the entry point. All other code should have a dynamic import sitting somewhere between it and the entry point.

soulofmischief avatar Feb 07 '23 23:02 soulofmischief