Skip to content

Latest commit

 

History

History
127 lines (46 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

127 lines (46 loc) · 4.78 KB

1.3.3 (2021-05-03)

Bug Fixes

1.3.2 (2021-03-27)

Bug Fixes

1.3.1 (2021-02-15)

Bug Fixes

  • plugin-legacy: prevent constant folding for import.meta.env.LEGACY (bace724), closes #1999
  • plugin-legacy: use correct string length in legacy env replacement (#2015) (7f48086)

1.3.0 (2021-02-11)

Features

  • plugin-legacy: inject import.meta.env.LEGACY (416f190)

1.2.3 (2021-02-01)

Features

  • plugin-legacy: use compact output when transpiling legacy chunks (045e519), closes #1828

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)