Open myFingerTip opened 1 year ago
having the same issue!
same problem
same problem
Any solution?
what's the solution??
The error is from the path to the ignore property being moved. Changing line 129 in vue-cli-plugin-browser-extension/index.js
args[0][0].ignore.push('browser-extension.html'); to --> args[0].patterns[0].globOptions.ignore.push('browser-extension.html');
Fixed it for me.
Describe the bug Error reported in initialization project
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):