📅  最后修改于: 2022-03-11 15:02:17.190000             🧑  作者: Mango
module.exports = {
mode: 'universal',
/*
** a few other things like head, css, modules...
*/
build: {
babel: {
presets: ['what-you-need']
}
}
}