项目属于vue项目 用vue的脚手架工具搭建,但是资源版本号按照这种方式配置后无效module.exports = {entry: {app:['eventsource-polyfill',"babel-polyfill", "./src/main.js"]},output: {path: config.build.assetsRoot,publicPath: process.env.NODE_ENV === 'production' ? config.build.assetsPublicPath : config.dev.assetsPublicPath,filename: "output.[hash].bundle.js",chunkFilename: "[id].[hash].bundle.js"}}
1 回答
幕布斯7119047
TA贡献1794条经验 获得超8个赞
filename: "output.[hash].bundle.js"
这个不是么? 我看了好多的webpack打包都是这样的
然后我写了就没用
是我少些了么
添加回答
举报
0/150
提交
取消