new-computers / arena-toolkit

Access to tools
MIT License
23 stars 4 forks source link

code bundling & optimization #14

Open hxrts opened 6 years ago

hxrts commented 6 years ago

This touches on a few related topics:

At first glance, Webpack seems like the best option if we're to go in this direction, but I'd like to consider any viable alternatives before making a commitment.

hxrts commented 6 years ago

see also chrome-extension-webpack-boilerplate

g-a-v-i-n commented 6 years ago

starting to look into this today, looks like it will introduce some big changes to how tools are added

hxrts commented 6 years ago

I'm really not wed to anything at this point. If you're up for it, I'd say give it a shot and we can adjust from there. Just getting a basic bundling step in place is a big step forward, even if it requires a fair amount of rearrangement. Feel free to delegate back to me if you'd prefer tho.

hxrts commented 6 years ago

hey @gavinpatkinson did you say you had something basic going? happy to tinker with this if you'd like to focus elsewhere.

g-a-v-i-n commented 6 years ago

I was messing around with this boilerplate chrome-extension-webpack-boilerplate, but didn't have time to port something over from the existing toolkit like we discussed. I think the port is worth it because everything is already sort of set up and working in the boilerplate so we'd have to do much less config hell

hxrts commented 6 years ago

All good. I'll give this a shot when I have a moment.