Fix view transitions with client:only components
This commit is contained in:
parent
84d1f05964
commit
20c1b3b0d0
1 changed files with 0 additions and 6 deletions
|
@ -69,12 +69,6 @@ export async function compile({
|
|||
});
|
||||
}
|
||||
|
||||
if (viteConfig.mode === 'development') {
|
||||
transformResult.clientOnlyComponents.forEach((component) => {
|
||||
transformResult.code += `\nimport '${component.specifier}';\n`;
|
||||
});
|
||||
}
|
||||
|
||||
handleCompileResultErrors(transformResult, cssTransformErrors);
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue