chore: ignore distro deps

[release]
This commit is contained in:
Pooya Parsa 2020-12-22 23:06:08 +01:00
parent e249518366
commit e66744ef3f
2 changed files with 15 additions and 2 deletions

View File

@ -32,6 +32,11 @@ export default {
'vue-meta', 'vue-meta',
'vue-no-ssr', 'vue-no-ssr',
'vue-router', 'vue-router',
'vuex' 'vuex',
// Distro
'@nuxt/config',
'@nuxt/server',
'@nuxt/utils',
'@nuxt/vue-renderer'
] ]
} }

View File

@ -16,6 +16,14 @@ export default {
// discovered by config // discovered by config
'@nuxt/components', '@nuxt/components',
'@nuxt/loading-screen', '@nuxt/loading-screen',
'@nuxt/telemetry' '@nuxt/telemetry',
// Distro
'@nuxt/babel-preset-app',
'@nuxt/config',
'@nuxt/server',
'@nuxt/utils',
'@nuxt/vue-app',
'@nuxt/vue-renderer',
'@nuxt/webpack'
] ]
} }