[eslint]
D:\System File\Desktop\后台\test\test\src\components\HelloWorld.vue
19:5 error Unexpected 'debugger' statement no-debugger
✖ 1 problem (1 error, 0 warnings)
You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
ERROR in [eslint]
D:\System File\Desktop\后台\test\test\src\components\HelloWorld.vue
19:5 error Unexpected 'debugger' statement no-debugger
✖ 1 problem (1 error, 0 warnings)
webpack compiled with 1 error
解决方案:
debugger前写上 /* eslint-disable */
debugger