Skip to content

Commit 6b163f2

Browse files
committed
chore: fix lint errors
1 parent fcf27e3 commit 6b163f2

File tree

1 file changed

+0
-4
lines changed
  • packages/@vue/cli-plugin-typescript

1 file changed

+0
-4
lines changed

packages/@vue/cli-plugin-typescript/index.js

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ const path = require('path')
33
module.exports = (api, projectOptions) => {
44
const useThreads = process.env.NODE_ENV === 'production' && !!projectOptions.parallel
55

6-
const { semver, loadModule } = require('@vue/cli-shared-utils')
7-
const vue = loadModule('vue', api.service.context)
8-
const isVue3 = (vue && semver.major(vue.version) === 3)
9-
106
api.chainWebpack(config => {
117
config.resolveLoader.modules.prepend(path.join(__dirname, 'node_modules'))
128

0 commit comments

Comments
 (0)