We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e7bb6 commit 1afde14Copy full SHA for 1afde14
generator/index.js
@@ -36,8 +36,8 @@ module.exports = (api, opts) => {
36
if (!opts.installFonts) fonts.addLinks(api, opts.iconFont)
37
vuetify.setHtmlLang(api, opts.locale)
38
39
- // Update vue.config.js for transpileDependency
40
- vuetify.updateOrCreateVueConfig(api)
+ // Update vue.config.js for transpileDependency if AlaCarte
+ if (opts.useAlaCarte) vuetify.updateOrCreateVueConfig(api)
41
42
api.exitLog('Discord community: https://community.vuetifyjs.com')
43
api.exitLog('Github: https://github.com/vuetifyjs/vuetify')
0 commit comments