Skip to content

Commit 75d49d7

Browse files
committed
fix: fix lint errors
1 parent b91a395 commit 75d49d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/@vue/cli-service/lib/commands/build/resolveWcConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = (api, { target, entry, name, 'inline-vue': inlineVue }) => {
55
// Disable CSS extraction and turn on CSS shadow mode for vue-style-loader
66
process.env.VUE_CLI_CSS_SHADOW_MODE = true
77

8-
const { log, error, loadModule, semver } = require('@vue/cli-shared-utils')
8+
const { log, error } = require('@vue/cli-shared-utils')
99
const abort = msg => {
1010
log()
1111
error(msg)

0 commit comments

Comments
 (0)