From 12717ab0847c19478bebb04ebd7592a1e43525f6 Mon Sep 17 00:00:00 2001 From: Frozen FIsh <76603360+sudongyuer@users.noreply.github.com> Date: Wed, 16 Feb 2022 15:03:48 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c9248a..36a80d1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ## 打包工具 +* [**vite**](https://github.com/vitejs/vite) - 超快的打包项目。 * [**webpack**](https://github.com/webpack/webpack) - 打包项目。 * [**rollup**](https://github.com/rollup/rollup) - 打包 npm 库。 * [**parcel**](https://github.com/parcel-bundler/parcel) - webpack 竞品,但发展前景不乐观,再观察一段时间。