deno-puppeteer icon indicating copy to clipboard operation
deno-puppeteer copied to clipboard

Fix esm.sh/jszip breaking lock files

Open diamondburned opened this issue 2 years ago • 0 comments

Using esm.sh imports without the /v* path part after it causes esm.sh to return arbitrary import statements that changes over time.

This commit fixes the import path so that it forces esm.sh to return import statements according to the specific version instead of the latest one, which fixes lock files changing.

diamondburned avatar Jul 17 '23 01:07 diamondburned