https://github.com/sawyerbutton/learn-webpack4
学习 webpack4
https://github.com/sawyerbutton/learn-webpack4
Last synced: 8 months ago
JSON representation
学习 webpack4
- Host: GitHub
- URL: https://github.com/sawyerbutton/learn-webpack4
- Owner: sawyerbutton
- Created: 2019-08-09T08:11:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T01:26:27.000Z (over 7 years ago)
- Last Synced: 2025-04-01T07:26:08.369Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 782 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## webpack4学习项目 📦
> 以分支作为区分, 不同的分支代表着不同的功能的配置。不同的分支拥有不同的README.md作单独的说明
- master 空
- 01_simple_config 最简单的配置
- 02_simple_mode mode的简单使用
- 03_simple_loader loader的简单使用
- 04_simple_loader_url_file url_loader file_loader的使用
- ✨ 05_simple_css_module css模块化
- ✨ 06_split_chunks_plugin 代码分割
- ✨ 07_dll_plugin 生成dll提升打包的速度
- ✨ 09_long_term_caching 长效缓存
- 08_resolve
- 10_externals 全局变量
- ✨ 12_happly_pack 多进程打包
- 13_minimizer css压缩 js压缩
- 14_watch watch
- ✨ 15_runtime_chunk
- 18_eslint
- ✨ 19_post_css_rem rem移动端适配方案
- ✨ 19.5_post_css_vw vw移动端适配方案
- ✨ 20_three_shaking 🌲摇动
- 22_stylelint
...持续更新