myjian / mai-tools

mai-tools is a collection of useful tools for maimai and maimai DX.
https://myjian.github.io/mai-tools
GNU General Public License v3.0
39 stars 11 forks source link

Use async import to load scripts in all-in-one #75

Closed myjian closed 10 months ago

myjian commented 10 months ago

this allows webpack to split assets automatically, and reduce the need to list every entry point.

things to verify after making this change:

myjian commented 10 months ago

resolved by 039f1a8d945d8edba4eec0e3ec1581b72d34b949

however, listing every script entry point is still necessary