Skip to content

Latest commit

 

History

History
80 lines (29 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

80 lines (29 loc) · 2.85 KB

1.2.2 (2021-01-25)

Bug Fixes

  • plugin-legacy: throw error when using esbuild minify with legacy plugin (8fb2511)

Features

  • default vendor chunk splitting (f6b58a0)
  • support base option during dev, deprecate build.base (#1556) (809d4bd)

1.2.1 (2021-01-14)

Bug Fixes

1.2.0 (2021-01-11)

Bug Fixes

  • plugin-html: typo in the Safari 10 nomodule snippet (#1483) (e5576c3)

Features

  • plugin-legacy: support additionalLegacyPolyfills (ca25896), closes #1475

1.1.1 (2021-01-09)

Bug Fixes

  • plugin-legacy: add index.d.ts at publish (#1457) (dce2456)

1.1.0 (2021-01-07)

Features

  • use constant inline script + provide CSP hashes (72107cd)

1.0.1 (2021-01-07)

Bug Fixes

  • plugin-legacy: avoid esbuild transform on legacy chunks (7734105)
  • add promise polyfill if not used in bundle (b72db4e)

Performance Improvements

  • use @babel/standalone + lazy load (b2f98fb)

1.0.0 (2021-01-07)

Features

  • plugin-legacy: @vitejs/plugin-legacy (8c34870)