mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-04 13:50:13 -05:00
fix(plugins-styles): import svg inline
This commit is contained in:
parent
bbc77e4127
commit
567b0b5611
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ esbuild.build({
|
|||
outfile: `${dist}/styles.css`,
|
||||
minify: true,
|
||||
loader: {
|
||||
'.svg': 'text'
|
||||
'.svg': 'dataurl'
|
||||
}
|
||||
}).catch(handleErr);
|
||||
|
||||
|
|
Loading…
Reference in a new issue