Vue occurs when webpack building project introduced jquery " '$' is defined but never used" error

 

Because $ is not used to.

To ignore this kind of error, only rules in .eslintrc.js file, add the following configuration:

"no-unused-vars": 'off'

The error will not

Published 98 original articles · won praise 26 · views 70000 +

Guess you like

Origin blog.csdn.net/weixin_42425970/article/details/102870549