Skip to content

Commit f01cdff

Browse files
authored
Add Vite to Bundlers
* Update bundlers.json * Update bundlers.json adjust wrong sorting * fix: address prettier issue
1 parent 44cfc0e commit f01cdff

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/categories/bundlers.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"name": "Bundlers",
33
"description": "Bundle an application's source code into a single file. Mostly used for frotend apps to minimise network requests",
4-
"packages": ["esbuild", "microbundle", "parcel", "rollup", "tsup", "webpack"]
4+
"packages": [
5+
"esbuild",
6+
"microbundle",
7+
"parcel",
8+
"rollup",
9+
"tsup",
10+
"vite",
11+
"webpack"
12+
]
513
}

0 commit comments

Comments
 (0)