mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-16 20:30:19 -06:00
* fix(cli-service): ES5 compatibility - Don't use arrow function in main.js when not using babel nor typescript. * fix(router): es5 compatibility use normal function instead of arrow function in router.js when neither babel nor typescript are used.