mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48:13 +00:00
8 lines
114 B
JavaScript
8 lines
114 B
JavaScript
export default {
|
|
build: true,
|
|
ignoreUnused: [
|
|
// used for legacy _ in template context
|
|
'lodash'
|
|
]
|
|
}
|