webpack-contrib / eslint-loader

[DEPRECATED] A ESlint loader for webpack
MIT License
1.06k stars 121 forks source link

Cannot read property 'range' of null #318

Closed linlinyang closed 4 years ago

linlinyang commented 4 years ago

Expected Behavior

run well,no warning

Actual Behavior

WARNING in ./src/lang/index.js Module Warning (from ./node_modules/_eslint-loader@3.0.3@eslint-loader/dist/cjs.js): Cannot read property 'range' of null Occurred while linting D:\开发项目\gisaid_desktop_fe\src\lang\index.js:19 @ ./src/index.js 131:0-31 146:8-12

ricardogobbosouza commented 4 years ago

@linlinyang Please provide a repository with the issue.

linlinyang commented 4 years ago

@ricardogobbosouza Maby this is babel-loader version problem,I use the newes version 10.0.3 and throw error, but 8.2.4 will not

ricardogobbosouza commented 4 years ago

Closing because it is not a problem with eslint-loader