Skip to content

Commit 406aa29

Browse files
authored
Merge pull request #113 from mr-zwets/patch-2
Add Vite to suggested bundlers
2 parents d227a30 + c78ca4b commit 406aa29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Note, Libauth is a [pure ESM package](https://gist.github.com/sindresorhus/a3978
7777

7878
For web projects, a bundler with [dead-code elimination](https://rollupjs.org/guide/en/#tree-shaking) (A.K.A. "tree shaking") is **strongly recommended** – Libauth is designed to minimize application code size, and dead-code elimination will improve load performance in nearly all applications.
7979

80-
Consider [Parcel](https://parceljs.org/), [Rollup](https://rollupjs.org/), [Webpack](https://webpack.js.org/), or a bundler designed for your web framework.
80+
Consider [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), [Rollup](https://rollupjs.org/), [Webpack](https://webpack.js.org/), or a bundler designed for your web framework.
8181

8282
### Deno Usage
8383

0 commit comments

Comments
 (0)