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
Please tell me how to create a vendor.js file with global access dependencies (collected from imports located in the node_modules) through the esbuild during assembly, by analogy with the work of webpack chunks:
How can I also collect two files of main.js and vendor.js in esbuild? I read the documentation and looked at the plugins, I could not find a solution for this problem.
The text was updated successfully, but these errors were encountered:
Please tell me how to create a vendor.js file with global access dependencies (collected from imports located in the node_modules) through the esbuild during assembly, by analogy with the work of webpack chunks:
How can I also collect two files of main.js and vendor.js in esbuild? I read the documentation and looked at the plugins, I could not find a solution for this problem.
The text was updated successfully, but these errors were encountered: