mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 15:10:58 +00:00
chore: ignore distro deps
[release]
This commit is contained in:
parent
e249518366
commit
e66744ef3f
@ -32,6 +32,11 @@ export default {
|
||||
'vue-meta',
|
||||
'vue-no-ssr',
|
||||
'vue-router',
|
||||
'vuex'
|
||||
'vuex',
|
||||
// Distro
|
||||
'@nuxt/config',
|
||||
'@nuxt/server',
|
||||
'@nuxt/utils',
|
||||
'@nuxt/vue-renderer'
|
||||
]
|
||||
}
|
||||
|
@ -16,6 +16,14 @@ export default {
|
||||
// discovered by config
|
||||
'@nuxt/components',
|
||||
'@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'
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user