mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
export default {
|
|
build: true,
|
|
ignoreUnused: ['crc'],
|
|
externals: ['crc/lib/crc32']
|
|
}
|