We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f00ba commit dee7adfCopy full SHA for dee7adf
packages/qwik/src/optimizer/src/plugins/plugin.ts
@@ -745,7 +745,7 @@ export function createQwikPlugin(optimizerOptions: OptimizerOptions = {}) {
745
parentIds.set(key, id);
746
currentOutputs.set(key, [mod, id]);
747
deps.add(key);
748
- if (opts.target === 'client') {
+ if (opts.target === 'client' && !devServer) {
749
// rollup must be told about all entry points
750
ctx.emitFile({
751
id: key,
0 commit comments