You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(generator): Template files for main.js and router when not using a compiler (#2828)
* 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.
0 commit comments