Replies: 3 comments
-
I'm not aware of this and it looks like rollup doesn't support it currently (though it might be possible from plugin) rollup/rollup#5069 (comment). I remembered there was a similar request on esbuild and it's also considered to be solved by plugin evanw/esbuild#1685 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
i have similar output for antd and tanstack-query, hoping to find solutions here |
Beta Was this translation helpful? Give feedback.
0 replies
-
I got similar issue while creating library using Radix UI headless components. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using
vite@5.4.1
withreact-ts
template.I have configured vite to build sourcemaps on build, the problem is it seems trying to build sourcemaps for dependencies too casing finally a failure due JS out of memory. Attached is a piece of the output:
Any ideas how can I fix it?
Beta Was this translation helpful? Give feedback.
All reactions