esm.sh
esm.sh copied to clipboard
?keep-names has no effect
It appears that the ?keep-names parameter is no longer passed through.
Using the example from the docs, both https://esm.sh/react?keep-names and https://esm.sh/react generate the following response:
/* esm.sh - [email protected] */
export * from "https://esm.sh/stable/[email protected]/es2022/react.mjs";
export { default } from "https://esm.sh/stable/[email protected]/es2022/react.mjs";