mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-28 01:37:00 +03:00
8 lines
215 B
JavaScript
8 lines
215 B
JavaScript
|
import sveltePreprocess from 'svelte-preprocess';
|
||
|
|
||
|
export default {
|
||
|
// Consult https://github.com/sveltejs/svelte-preprocess
|
||
|
// for more information about preprocessors
|
||
|
preprocess: sveltePreprocess()
|
||
|
};
|