Type Checker & Eslint Support
thanks to vite-plugin-checker & vite-plugin-eslint
- vue-cli use fork-ts-checker-webpack-plugin(not support template block), vite-plugin-checker use vls, it is better. the errors overlay respect to devServer.overlay options.
- vue-cli have lineOnSave options and we can infer and respect to it, vite-plugin-eslint like eslint-loader for webpack.
both vite-plugin-checker & vite-plugin-eslint working only for dev(serve) right now.