8000 GitHub - hu5871/mini-webpack: 即兴轮子,虽然很小
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hu5871/mini-webpack

Repository files navigation

学习 实现一个迷你版的webpack

初步实现打包功能

核心代码是根目录index.js 打包出一个boundle dist目录为打包出来的产物

实现loader、plugins

它们很简易,jsonLoader ,htmlWebpackPlugin

运行

## 克隆项目
git clone git@github.com:hu5871/mini-webpack.git

pnpm i
## or
npm i

## 打包
node.js index.js

About

即兴轮子,虽然很小

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0