jspm / jspm-vscode

VSCode Plugin for JSPM Generator
MIT License
17 stars 3 forks source link

feat: upgrade dependencies and use jspm.io externals in the rollup bundle #1

Closed Bubblyworld closed 1 year ago

Bubblyworld commented 1 year ago

Upgrades all of the dependencies (most importantly @jspm/generator) and fixes the npm audit issues. I had to switch from using nodemodules as the provider in the rollup bundle to jspm.io because of the commonJS detection issue, we'll have to do a generator release to revert that (which should be a convenient test of dependabot).

Bubblyworld commented 1 year ago

Oh, and I tested this with js/ts/html files in vscode.