-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code bundling & optimization #14
Comments
see also chrome-extension-webpack-boilerplate |
starting to look into this today, looks like it will introduce some big changes to how tools are added |
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. |
hey @gavinpatkinson did you say you had something basic going? happy to tinker with this if you'd like to focus elsewhere. |
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 |
All good. I'll give this a shot when I have a moment. |
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.
The text was updated successfully, but these errors were encountered: