-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vue-cli build will repeat new Service when use eslint-config-standard #5585
Comments
@sodatea
It's work fine. |
Version
4.4.4
Reproduction link
https://github.com/dtcz/vue-cli-eslint-bug-report
Environment info
Steps to reproduce
git clone https://github.com/dtcz/vue-cli-eslint-bug-report.git
cd vue-cli-eslint-bug-report
npm install
npm run build:2
What is expected?
promise.finally is packed
What is actually happening?
can't find promise.finally in report.html
in this file
vue-cli/packages/@vue/cli-service/webpack.config.js
Lines 1 to 12 in a41cac2
at line 5 insert following debug
will see
true
which cause program repeat new Service()The text was updated successfully, but these errors were encountered: