热更新用于开发环境
module.exports = merge(common, { mode: 'development', // 如果项目有配置browserslistrc,必须指定target: 'web' target: 'web', plugins: [ new webpack.HotModuleReplacementPlugin() ], devServer: { hot: true } })