mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
e5efc25940
[release]
17 lines
256 B
JavaScript
17 lines
256 B
JavaScript
export default {
|
|
build: true,
|
|
ignoreUnused: [
|
|
// used in vue-app
|
|
'ufo',
|
|
'node-fetch-native',
|
|
'unfetch',
|
|
'vue',
|
|
'vue-client-only',
|
|
'vue-meta',
|
|
'vue-no-ssr',
|
|
'vue-router',
|
|
'vue-template-compiler',
|
|
'vuex'
|
|
]
|
|
}
|