An open API service indexing awesome lists of open source software.

https://github.com/Sunny-117/jspack

Webpack core and plugins
https://github.com/Sunny-117/jspack

loader loader-plugin plugins webpack5

Last synced: 8 months ago
JSON representation

Webpack core and plugins

Awesome Lists containing this project

README

          

# webpack-core-plugins

# Dev

```shell
pnpm i
pnpm run dev # tsup 编译 jspack
cd playground
node index.js
```

# 功能

✅ Compiler run

✅ Compiler make

✅ buildModule

✅ Stats

✅ Seal封装Chunk代码块

✅ emit

✅ 懒加载

✅ 加载第三方模块

✅ SplitChunks

✅ 代码分割

✅ runtime

✅ loader-runner

✅ hash

✅ treeshake

✅ preload和prefetch

✅ loader

✅ plugin

# architecture