Skip to content

Commit ddb3bc8

Browse files
committed
fix(module): remove scule from optimizeDps list
close #3042
1 parent 905b18f commit ddb3bc8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/module.ts

-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ export default defineNuxtModule<ModuleOptions>({
119119
nuxt.options.vite.optimizeDeps ||= {}
120120
nuxt.options.vite.optimizeDeps.exclude ||= []
121121
nuxt.options.vite.optimizeDeps.exclude.push('@sqlite.org/sqlite-wasm')
122-
nuxt.options.vite.optimizeDeps.include ||= []
123-
nuxt.options.vite.optimizeDeps.include.push('@nuxt/content > scule')
124122

125123
// Helpers are designed to be enviroment agnostic
126124
addImports([

0 commit comments

Comments
 (0)