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

?keep-names has no effect

Open mootari opened this issue 2 years ago • 0 comments

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";

mootari avatar Sep 22 '23 07:09 mootari