mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-21 06:02:34 -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`,
|
outfile: `${dist}/styles.css`,
|
||||||
minify: true,
|
minify: true,
|
||||||
loader: {
|
loader: {
|
||||||
'.svg': 'text'
|
'.svg': 'dataurl'
|
||||||
}
|
}
|
||||||
}).catch(handleErr);
|
}).catch(handleErr);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue