We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce7be7 commit ecf90e9Copy full SHA for ecf90e9
.parcelrc
src/index.html index.htmlsrc/index.html renamed to index.html
@@ -8,6 +8,6 @@
8
</head>
9
<body>
10
<div id="app"></div>
11
- <script type="module" src="App.tsx"></script>
+ <script type="module" src="/src/App.tsx"></script>
12
</body>
13
</html>
vite.config.ts
@@ -9,5 +9,9 @@ export default defineConfig({
name: "Kleros-UI-Components",
},
- plugins: [svgr()],
+ plugins: [
+ svgr({
14
+ include: "**/*.svg",
15
+ }),
16
+ ],
17
});
0 commit comments