Skip to content

Commit

Permalink
Windows 10 Language Pack
Browse files Browse the repository at this point in the history
  • Loading branch information
steelywing committed Aug 8, 2024
1 parent 26f3f0f commit 714ee1d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Bundler
---
date: 2024-08-01
tags: [JavaScript]
---

# Bundler for JavaScript

<!--truncate-->

## WebPack

Expand All @@ -10,6 +17,14 @@
- Complex configuration
- Written in JavaScript

## RsPack

[RsPack](https://github.com/web-infra-dev/rspack)

- WebPack compatible API
- Written in Rust
- Created by ByteDance

## Rollup

[Rollup](https://rollupjs.org/)
Expand All @@ -32,6 +47,11 @@

[Bun](https://bun.sh/)

- Bun is all-in-one toolkit, include:
- JavaScript / TypeScript runtime
- Package manager
- Bundler
- Test runner
- For TS, JS, JSX
- Extremely fast
- Written in Zig
Expand All @@ -41,11 +61,26 @@

[Vite](https://vitejs.dev/)

- **Recommended**
- For TS, JS, CSS, HTML
- Faster
- Vite use [Rollup](#rollup) for `vite build`
- Vite use [ESBuild](#esbuild) for `vite dev`

## Farm

[Farm](https://github.com/farm-fe/farm)

- Written in Rust
- Vite compatible

## Mako

[Mako](https://github.com/umijs/mako)

- Written in Rust
- Used by Ant Group

## Parcel

[Parcel](https://parceljs.org/)
Expand Down
Binary file not shown.
Binary file added blog/Windows 10 Language Pack/W10_11LangPack.zip
Binary file not shown.
Empty file.

0 comments on commit 714ee1d

Please sign in to comment.