Skip to content

Commit

Permalink
fix(plugins-styles): import svg inline
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfran committed Aug 13, 2024
1 parent bbc77e4 commit 567b0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/build-css.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ esbuild.build({
outfile: `${dist}/styles.css`,
minify: true,
loader: {
'.svg': 'text'
'.svg': 'dataurl'
}
}).catch(handleErr);

Expand Down

0 comments on commit 567b0b5

Please sign in to comment.