Skip to content

Commit

Permalink
chore: use cleaner option
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Nov 28, 2023
1 parent ee8f33c commit 02e5bba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/qwik/src/optimizer/src/plugins/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,7 @@ export function qwikVite(qwikViteOpts: QwikVitePluginOptions = {}): any {
],
},
build: {
modulePreload: {
resolveDependencies() {
// Your list of preloaded deps.
return [];
},
},
modulePreload: false,
dynamicImportVarsOptions: {
exclude: [/./],
},
Expand Down

0 comments on commit 02e5bba

Please sign in to comment.