esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

Requesting dev version is no longer returning the dev version

Open srconne opened this issue 11 months ago • 3 comments

When requesting the development version (post v135) using ?dev the minimized non-dev version is being returned. This can be verified by comparing the /v135 development version against the newest version. The only differences are in the imports, the code is the minimized production release regardless of the 'dev' flag.

srconne avatar Jan 24 '25 13:01 srconne

seems it works for me:

Image

can you please post your URLs? thanks 🙏

ije avatar Jan 24 '25 16:01 ije

Compare: https://esm.sh/[email protected]/es2022/primereact.mjs vs. https://esm.sh/[email protected]/es2022/primereact.development.mjs

Then compare: https://esm.sh/v135/[email protected]/es2022/primereact.mjs vs. https://esm.sh/v135/[email protected]/es2022/primereact.development.mjs

srconne avatar Jan 28 '25 16:01 srconne

This is still a problem

typosavant avatar Jun 20 '25 05:06 typosavant