webpack配置多入口 热更新失效 单入口正常
devServer: {
compress: true,
port: 9000,
hot: true,
// hot: 'only',
},
entry: {
main: "./src/main.js",
index: './src/index.js'
},
报错内容
token Error: In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column 'demo.user.name'; this is incompatible with sql_mode=only_full_group_by