2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
iconify/components-demo/sveltekit-demo/svelte.config.js

16 lines
360 B
JavaScript
Raw Normal View History

import preprocess from 'svelte-preprocess';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: preprocess(),
kit: {
// hydrate the <div id="svelte"> element in src/app.html
2022-03-30 16:58:39 +00:00
// target: '#svelte'
},
};
export default config;