@mpxjs/vue-cli-plugin-mpx-eslint 2.1.29 → 2.1.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -17,7 +17,8 @@ module.exports = function (api, options, webpackConfig) {
17
17
  extensions,
18
18
  // ESlint options
19
19
  failOnWarning,
20
- failOnError
20
+ failOnError,
21
+ cache: false
21
22
  }
22
23
 
23
24
  webpackConfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/vue-cli-plugin-mpx-eslint",
3
- "version": "2.1.29",
3
+ "version": "2.1.30",
4
4
  "description": "eslint plugin for mpx-cli",
5
5
  "main": "index.js",
6
6
  "scripts": {