105.在多个entries的情况下,output的filename有三个值可以使用-hash的使用,修改webpack.config.js文件

module.exports={entry:{main:'./src/script/main.js',a:'./src/script/a.js'},output:{path:'./dist/js',filename:'[name]-[hash].js'}}106.使用cnpm run webpack命令重新打包

107.查看生成的文件目录结构