MobileFirstLLC / extension-cli

Command line tool for building extensions/add-ons for chromium based browsers.
https://oss.mobilefirst.me/extension-cli
MIT License
172 stars 25 forks source link

Loading jQuery fails because of webpack #202

Open x11joe opened 1 year ago

x11joe commented 1 year ago

We need options to customize the webpack engine so we can add the provider plugin to fix webpack messing up the jQuery library. Or if this library can already do this, how do you do it?

JHWelch commented 1 year ago

The main package does not have the ability to fully customize webpack.

I was just looking at existing forks, and there are two that have added that functionality if you want to give it a go:

x11joe commented 11 months ago

I got jquery in by using the copyFiles option for now, but would be cool if they did add ability for this in the future :).