Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 409 Bytes

esbuild split vendors example

See build.js and index.html.

Supports environments without esm.

limits

  • vendors are packed into one file.
  • vendors must be downloaded before main code.
  • vendors are not tree-shaked (#1).

to overcome

Use vite.

license

The Unlicense.