- Webpack笔记
- 本章内容是博主的webpack学习笔记,以官方文档为准。来源:webpack4 参考:webpack 官网
目录
- # 1. 配置
- 1-1. 配置 1-2. 使用不同语言进行配置(configuration languages) 1-3. 多种配置类型(configuration types) 1-4. 入口和上下文(entry and context) 1-5. 输出(output) 1-6. 模块(module) 1-7. 解析(resolve) 1-8. 插件(plugins) 1-9. 开发中 Server(devServer) 1-10. devtool 1-11. 构建目标(targets) 1-12. watch 和 watchOptions 1-13. 外部扩展(externals) 1-14. 性能(performance) 1-15. Node 1-16. 统计信息(stats) 1-17. 其它选项(other options)
- # 2. 指南(实例)
- 2-1. 安装 2-2. 起步 2-3. 管理资源 2-4. 管理输出 2-5. 开发 2-6. 模块热替换 2-7. tree shaking 2-8. 生产环境构建 2-9. 代码分离 2-10. 懒加载 2-11. 缓存 2-12. 创建 library 2-13. shimming 2-14. 渐进式网络应用程序 2-15. TypeScript 2-16. 迁移到新版本 2-17. 使用环境变量 2-18. 构建性能 2-19. 内容安全策略 2-20. 开发 - Vagrant 2-21. 管理依赖 2-22. 公共路径(public path) 2-23. 集成(integrations)
上次更新: 2021/08/22, 01:09:59