webpack-contrib / eslint-webpack-plugin

A ESLint plugin for webpack
MIT License
256 stars 49 forks source link

detect new file issues #227

Closed Alive2007 closed 9 months ago

Alive2007 commented 1 year ago

After importing the a.js file, it will detect a.js normally, and then comment out the import a.js, and the error of a.js will still be reported, which can only be resolved by restarting webpack. "webpack": "^5.76.1" "eslint": "^8.46.0", "eslint-webpack-plugin": "^4.0.1"

alexander-akait commented 9 months ago

Please format your issue using the issue template, thank you

ricardogobbosouza commented 9 months ago

Related #74