Skip to content

Commit

Permalink
feature/2022-11-25-asktug-home: fix import *.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
cw1997 committed Feb 15, 2023
1 parent 020869a commit 78f764c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-scripts/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineConfig({
},
plugins: [
ts(),
image(),
image({exclude: ['**/*.svg', '../**/*.svg']}),
nodeResolve({
jsnext: true,
preferBuiltins: true,
Expand Down

0 comments on commit 78f764c

Please sign in to comment.