zubyj/leetcode-explained

Reduce the size of chrome extension, currently 10MB

Closed this issue · 1 comments

zubyj commented

Ideas

  • Minimize and bundle JavaScript and CSS files:
  • Optimize image assets
  • Optimize the extension's architecture:
zubyj commented

I removed the node_modules & hidden git files from the folder before zipping. I got the size down from 12MB to 500KB. Pretty good. 2f94e45