After splitting my 10k lines of code into 120 modules, I’m now facing very slow loading time.
The main add-on page that overrides New tab page is now loading 350ms and before it was 100ms. This is way too long… I need to bundle it to a single js file.
Can you recommend a specific tool to bundle extensions with some nice examples? Something super simple would be nice.
Or maybe there is way to speed-up module loader?