Skip to content

Commit 89a3a95

Browse files
committed
chore: remove vite config
1 parent 3d1aa7a commit 89a3a95

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

svelte.config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ const config = {
1919
budouxPreprocess({ language: 'ja', attribute: 'data-budoux' }), // budouxを使って日本語の改行をいい感じにする。 https://github.com/google/budoux/tree/main/javascript https://github.com/ryoppippi/svelte-preprocess-budoux
2020
],
2121

22-
vitePlugin: {
23-
dynamicCompileOptions({ filename }) {
24-
/* sveltekit-tweet が rune に対応していないので、user script のみ rune を強制する https://github.com/sveltejs/svelte/issues/9632#issuecomment-1825498213 */
25-
if (!filename.includes('node_modules')) {
26-
return { runes: true };
27-
}
28-
},
29-
},
30-
3122
kit: {
3223
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
3324
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.

0 commit comments

Comments
 (0)