Skip to content

Commit

Permalink
style: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jun 16, 2022
1 parent b454dda commit 8cd3bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/lib/config/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = (api, options) => {
// for Vue 2 projects
const partialIdentifier = {
'vue-loader': require('vue-loader/package.json').version,
'@vue/component-compiler-utils': require('@vue/component-compiler-utils/package.json').version,
'@vue/component-compiler-utils': require('@vue/component-compiler-utils/package.json').version
}

try {
Expand Down

0 comments on commit 8cd3bf0

Please sign in to comment.