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:
parent
6762b67266
commit
075624353d
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user