jspm / jspm-vscode

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

chore: Update jspm-cli to use resolutions flag #20

Closed JayaKrishnaNamburu closed 11 months ago

JayaKrishnaNamburu commented 11 months ago

fixes #17

With the current generator.install() happening in the jspm build command we need to run the build by passing custom resolutions. And the flag is available in the latest version of the cli https://github.com/jspm/jspm-cli/releases/tag/3.1.2

guybedford commented 11 months ago

Thanks for sorting out this CLI release!