Skip to content

Commit

Permalink
fix: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Feb 8, 2022
1 parent b91a395 commit 75d49d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = (api, { target, entry, name, 'inline-vue': inlineVue }) => {
// Disable CSS extraction and turn on CSS shadow mode for vue-style-loader
process.env.VUE_CLI_CSS_SHADOW_MODE = true

const { log, error, loadModule, semver } = require('@vue/cli-shared-utils')
const { log, error } = require('@vue/cli-shared-utils')
const abort = msg => {
log()
error(msg)
Expand Down

0 comments on commit 75d49d7

Please sign in to comment.