From 782fd12dbcb828601ecf917af325936e5f6959fb Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 7 Jan 2021 17:53:41 -0500 Subject: [PATCH] release: plugin-legacy@1.0.1 --- packages/plugin-legacy/CHANGELOG.md | 15 +++++++++++++++ packages/plugin-legacy/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/packages/plugin-legacy/CHANGELOG.md b/packages/plugin-legacy/CHANGELOG.md index fa5f51699808c1..3ba5465973845a 100644 --- a/packages/plugin-legacy/CHANGELOG.md +++ b/packages/plugin-legacy/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.0.1](https://github.com/vitejs/vite/compare/plugin-legacy@1.0.0...plugin-legacy@1.0.1) (2021-01-07) + + +### Bug Fixes + +* **plugin-legacy:** avoid esbuild transform on legacy chunks ([7734105](https://github.com/vitejs/vite/commit/7734105093c6dabf64da6bfc11486aa9ac62efea)) +* add promise polyfill if not used in bundle ([b72db4e](https://github.com/vitejs/vite/commit/b72db4e3ec5ca8974ea2f1913d5611f73c0978b5)) + + +### Performance Improvements + +* use @babel/standalone + lazy load ([b2f98fb](https://github.com/vitejs/vite/commit/b2f98fba0215ef171af2abc62e3aefc35f00d168)) + + + # 1.0.0 (2021-01-07) diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index db1fdfe12a8e7a..fe1c7e6b3c150d 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-legacy", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "Evan You", "files": [