extension-cli icon indicating copy to clipboard operation
extension-cli copied to clipboard

Loading jQuery fails because of webpack

Open x11joe opened this issue 2 years ago • 2 comments

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?

x11joe avatar Sep 05 '23 01:09 x11joe

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:

JHWelch avatar Sep 10 '23 03:09 JHWelch

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 :).

x11joe avatar Nov 15 '23 12:11 x11joe