deno-puppeteer
deno-puppeteer copied to clipboard
Fix esm.sh/jszip breaking lock files
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.