chhoumann / quickadd

QuickAdd for Obsidian
https://quickadd.obsidian.guide
MIT License
1.56k stars 139 forks source link

Minify main.js #725

Closed kepano closed 2 months ago

kepano commented 3 months ago

Releases of QuickAdd use an unminified version of main.js. This causes the plugin to take longer to load than necessary. By adding a minify step to the build script, you should be able to significantly speed up the app load time, particularly on mobile.

github-actions[bot] commented 2 months ago

:tada: This issue has been resolved in version 1.11.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

chhoumann commented 2 months ago

Thanks for the suggestion, @kepano. I've just pushed a release with a minified main.js. This reduced size by ~9%.