Skip to content

探析webpack原理, 从零手写webpack核心打包过程

Notifications You must be signed in to change notification settings

all-smile/webpack-easy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

手写webpack核心打包功能

两种实现方式:1、面向过程 2、面向对象

使用

# 安装依赖
yarn

# 打包 - 生成 dist/bundle.js
npm run pack
or
node index.js

相关技术文档

语雀-手动实现webpack核心打包功能

About

探析webpack原理, 从零手写webpack核心打包过程

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published