LearningRecord icon indicating copy to clipboard operation
LearningRecord copied to clipboard

什么是bundle,什么是chunk,什么是module

Open Rashomon511 opened this issue 5 years ago • 0 comments

bundle 是由 webpack 打包出来的文件,chunk 是指 webpack 在进行模块的依赖分析的时候,代码分割出来的代码块。module是开发中的单个模块

Rashomon511 avatar Jun 20 '19 02:06 Rashomon511