We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf27e3 commit 6b163f2Copy full SHA for 6b163f2
packages/@vue/cli-plugin-typescript/index.js
@@ -3,10 +3,6 @@ const path = require('path')
3
module.exports = (api, projectOptions) => {
4
const useThreads = process.env.NODE_ENV === 'production' && !!projectOptions.parallel
5
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
-
10
api.chainWebpack(config => {
11
config.resolveLoader.modules.prepend(path.join(__dirname, 'node_modules'))
12
0 commit comments