About @remix-run/dev bundleAnalyze #6416
Closed
19Qingfeng
started this conversation in
Proposals
Replies: 2 comments 1 reply
-
I have a patch to generate the analysis file. I should probably create a PR. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Remix now outputs metafiles for bundle analyses as of https://github.com/remix-run/remix/releases/tag/remix%401.19.0 |
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.
-
Whether you can consider supporting the metafile option at the @remix-run/dev build time.
I believe that most people will be concerned about the size of their applications, and so will I.But I can't find any option to enter metafile on remix.config.js.
I checked the source code on the @remix-run/dev and found that metafile has indeed been generated inside esbuild and remix use that to do something, and whether we can consider exposing it through configuration. So that I can be based on Esbuild Analyze to analyze my web project.
Beta Was this translation helpful? Give feedback.
All reactions