Requesting dev version is no longer returning the dev version
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.
seems it works for me:
can you please post your URLs? thanks 🙏
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
This is still a problem