mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
8 lines
207 B
JavaScript
8 lines
207 B
JavaScript
import sveltePreprocess from 'svelte-preprocess'
|
|
|
|
export default {
|
|
// Consult https://github.com/sveltejs/svelte-preprocess
|
|
// for more information about preprocessors
|
|
preprocess: sveltePreprocess()
|
|
}
|