Skip to content

Commit

Permalink
fix: remove runes option
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Nov 10, 2023
1 parent 227d716 commit 2646c81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vite-plugin-svelte/src/utils/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ async function compileSvelte(options, { filename, code }, statsCollection) {
// @ts-expect-error compileModule does not exist in svelte4
const compiled = svelte.compileModule(code, {
filename,
generate: 'client',
runes: true
generate: 'client'
});
if (endStat) {
endStat();
Expand Down

0 comments on commit 2646c81

Please sign in to comment.