手写迷你版webpack

通过简化webpack核心功能,了解其构建流程。从安装模块到生成包,一步步构建一个迷你版的webpack。

zip
手写迷你版的webpack.zip 预估大小:26个文件
folder
min-webpack-master 文件夹
file
.gitignore 690B
file
README.md 6KB
file
package.json 669B
folder
dist 文件夹
file
dist.27f38.js 2KB
file
index.html 1KB
folder
loaders 文件夹
file
lessLoader.js 250B
file
styleLoader.js 262B
folder
src 文件夹
folder
greet 文件夹
file
greet.less 58B
file
greet.js 219B
file
helloWorld.js 50B
file
index.js 391B
file
index.less 893B
file
index.html 1KB
file
index.js 182B
folder
webpack 文件夹
file
webpack.js 8KB
file
server.js 2KB
file
initPlugins.js 123B
file
options.js 276B
file
util.js 677B
file
Asset.js 339B
folder
images 文件夹
file
Tapable.png 13KB
file
webpack编译主流程.png 102KB
folder
plugins 文件夹
file
htmlPlugin.js 703B
file
cleanPlugin.js 306B
file
uglifyJSPlugin.js 461B
file
webpack.config.js 842B
zip 文件大小:127.38KB