flashkillapp / flashkill

Browser extension enriching the 99Damage league pages with usefull information.
MIT License
5 stars 2 forks source link

Upgrade bundler #55

Open timonla opened 2 years ago

timonla commented 2 years ago

Try replacing webpack with vite or another esbuild based bundler. Also look into automatically reading all content script paths from the src directory and bundling them to separate dist/content scripts. Maybe it's even possible to write the result to manifest.json 🤯 We could define the path regex in the content.ts files.