We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a648958 commit fcf27e3Copy full SHA for fcf27e3
packages/@vue/cli-service/lib/config/base.js
@@ -61,17 +61,19 @@ module.exports = (api, options) => {
61
62
if (vueMajor === 2) {
63
// for Vue 2 projects
64
- const vueLoaderCacheConfig=api.genCacheConfig('vue-loader', {
+ const partialIdentifier= {
65
'vue-loader': require('@vue/vue-loader-v15/package.json').version,
66
- '@vue/component-compiler-utils': require('@vue/component-compiler-utils/package.json').version,
67
- })
+ '@vue/component-compiler-utils': require('@vue/component-compiler-utils/package.json').version
+ }
68
69
try {
70
- vueLoaderCacheConfig['vue-template-compiler'] = require('vue-template-compiler/package.json').version
+ partialIdentifier['vue-template-compiler'] = require('vue-template-compiler/package.json').version
71
} catch (e) {
72
// For Vue 2.7 projects, `vue-template-compiler` is not required
73
}
74
75
+ const vueLoaderCacheConfig = api.genCacheConfig('vue-loader', partialIdentifier)
76
+
77
webpackConfig.resolve
78
.alias
79
.set(
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments