arunbhardwaj / LeetHub-2.0

Automatically sync your leetcode solutions to your github account - with some updates to keep it working
https://chrome.google.com/webstore/detail/leethub-v2/mhanfgfagplhgemhjfeolkkdidbakocm
MIT License
242 stars 18 forks source link

Refactor: webpack #86

Closed arunbhardwaj closed 2 weeks ago

arunbhardwaj commented 2 weeks ago

Introduces webpack so we can increase code isolation and automate versioning. This should have a number of dev benefits going forward, including paving a way forward for a firefox extension with an easy build process.

Also this PR fixes an issue with README overwriting all preexisting text with the topics. You should now be able to edit anything outside of the <!---LeetCode--> tags and they shouldn't be touched.

Note: If you already have preexisting topics, they will get moved into the new tagged section as you complete problems. Alternatively, you may copy paste them into the tagged section as long as no duplicate topics remain. If duplicate topics remain, please ensure you merge the topic tables using the correct markdown syntax. If you wish to start fresh, simply delete all text or the entire README and commit those changes.