Skip to content

reactpersopnal/webpack-root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack

尝试webpack官网上的全部内容,结合相应项目中的内容进行分析学习

当前项目的版本

webpack 4.18.0 添加的版本为webpack 4+ ,还需安装webpack-cli

initial the project

npm init -y generate 'package.json'

#master 初始化项目,webpack构建依赖图,bundle解决调用板块之间的依赖关系,在dist文件夹下编译出main.js 配置webpack的配置文件:webpack.config.js

About

Finish most of the Guide part in webpack official webpsite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published