Skip to content

Commit

Permalink
fix: remove lodash.clonedeep
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Apr 4, 2022
1 parent f50253c commit b5c5c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Expand Up @@ -107,7 +107,7 @@ export default defineNuxtModule<ModuleOptions>({
extendViteConfig((config) => {
config.optimizeDeps = config.optimizeDeps || {}
config.optimizeDeps.include = config.optimizeDeps.include || []
config.optimizeDeps.include.push('cross-fetch', 'lodash.clonedeep')
config.optimizeDeps.include.push('cross-fetch')
})

// Optimize websocket only at dev time
Expand Down

0 comments on commit b5c5c60

Please sign in to comment.