https://github.com/Sunny-117/tiny-webpack
✨ A JavaScript bundler with Webpack-like features, supporting modern frontend workflows.
https://github.com/Sunny-117/tiny-webpack
code codesplitting dynamic-import loader loader-plugin mpa plugins prefetch preload tree-shaking webpack5
Last synced: 6 months ago
JSON representation
✨ A JavaScript bundler with Webpack-like features, supporting modern frontend workflows.
- Host: GitHub
- URL: https://github.com/Sunny-117/tiny-webpack
- Owner: Sunny-117
- License: mit
- Created: 2024-02-03T10:47:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T08:40:27.000Z (7 months ago)
- Last Synced: 2025-03-13T09:23:12.674Z (7 months ago)
- Topics: code, codesplitting, dynamic-import, loader, loader-plugin, mpa, plugins, prefetch, preload, tree-shaking, webpack5
- Language: JavaScript
- Homepage:
- Size: 11.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpack-core-plugins
# Dev
```shell
pnpm i
pnpm run dev # tsup 编译 jspack
cd playground
node index.js
```# architecture
![]()