Closed ja-ho closed 1 year ago
Splitting the main JS file would give you a negligible performance increase and I don't see a point in doing it. Scoold does not use any module bundler whatsoever. It's just plain old jQuery. Complicating the build process is strongly discouraged.
Hi! I am trying to split scoold.js into multiple files. Is there any specific reason the javascript code is all in one file? If it is possible to split the code, I would like to ask how. Is the module bundler applied to scoold? If not, can I build it by adding a module bundler? Thanks so much!