2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-08 14:20:57 +00:00

chore: do not precompile svelte component

This commit is contained in:
Vjacheslav Trushkin 2023-12-22 23:24:51 +02:00
parent 6762b67266
commit 075624353d

View File

@ -10,6 +10,7 @@ const sourceDir = 'src';
// Create bundle
export default [
// Bundle everything
/*
{
input: sourceDir + '/Icon.svelte',
output: [
@ -46,6 +47,7 @@ export default [
typescript(),
],
},
*/
// Files included in Icon.svelte as bundle
{