Skip to content

Commit b332a61

Browse files
committed
fix: hoist is needed for dynamic css injection
1 parent f352c4a commit b332a61

File tree

1 file changed

+0
-2
lines changed
  • packages/qwik/src/optimizer/src/plugins

1 file changed

+0
-2
lines changed

packages/qwik/src/optimizer/src/plugins/vite.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,6 @@ export function qwikVite(qwikViteOpts: QwikVitePluginOptions = {}): any {
342342
*/
343343
maxParallelFileOps: 1,
344344
output: {
345-
// We have waterfall prevention so don't hoist
346-
hoistTransitiveImports: false,
347345
manualChunks: qwikPlugin.manualChunks,
348346
},
349347
},

0 commit comments

Comments
 (0)