You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metafiles are useful for analyzing esbuild bundles. It would be nice to be able to have them generated automatically when running shopify app build or with a cli flag, so they can be uploaded to esbuild bundle analyzer.
Motivation
Reducing bundle size of UI extensions for better performance.
The text was updated successfully, but these errors were encountered:
Are you using the Remix template with Vite? If so, Vite uses Rollup for bundling instead of ESBuild, so it can't generate an ESBuild metafile by default. For now, you can try with this Rollup/Vite plugin to get something similar: https://github.com/btd/rollup-plugin-visualizer
What area(s) will this request affect?
App, Extension
What type of change do you want to see?
Substantial change to existing feature
Overview
Metafiles are useful for analyzing esbuild bundles. It would be nice to be able to have them generated automatically when running
shopify app build
or with a cli flag, so they can be uploaded to esbuild bundle analyzer.Motivation
Reducing bundle size of UI extensions for better performance.
The text was updated successfully, but these errors were encountered: