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 4f15d68 commit 44a2ef5Copy full SHA for 44a2ef5
packages/vite-plugin-svelte/src/plugins/compile-module.js
@@ -67,7 +67,7 @@ export function compileModule(api) {
67
}
68
: compileOptions;
69
// @ts-expect-error experimental not typed yet
70
- if (dynamicCompileOptions.experimental) {
+ if (dynamicCompileOptions?.experimental) {
71
72
finalCompileOptions.experimental = {
73
0 commit comments