webpack中的output.filename

因为存在多个入口文件,输出文件如果为固定的bundle.js,则会相互覆盖。

【name】:entry对象中对应的key值

【hash】:本次打包的hash值


【chunkhash】:

每一个chunk对应的hash值,唯一性,文件被修改时,chunkhash会改变:

你可能感兴趣的:(webpack中的output.filename)