Skip to content

Commit

Permalink
chore: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Jun 16, 2022
1 parent fcf27e3 commit 6b163f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/@vue/cli-plugin-typescript/index.js
Expand Up @@ -3,10 +3,6 @@ const path = require('path')
module.exports = (api, projectOptions) => {
const useThreads = process.env.NODE_ENV === 'production' && !!projectOptions.parallel

const { semver, loadModule } = require('@vue/cli-shared-utils')
const vue = loadModule('vue', api.service.context)
const isVue3 = (vue && semver.major(vue.version) === 3)

api.chainWebpack(config => {
config.resolveLoader.modules.prepend(path.join(__dirname, 'node_modules'))

Expand Down

0 comments on commit 6b163f2

Please sign in to comment.