@ -89,12 +89,15 @@ export default (configEnv) => {
legacy({
targets: ['defaults', 'not IE 11'],
}),
eslintPlugin({
{
...eslintPlugin({
eslintOptions: {
cache: true,
},
shouldLint: (path) => /\/src\/[^?]*\.(vue|m?[jt]sx?)$/.test(path),
enforce: 'post',
],
css: {
preprocessorOptions: {