Skip to content

Commit

Permalink
chore: cleanup examples (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Nov 23, 2023
1 parent 8d65e76 commit e6eeb80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/solid-js/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vite-template-solid",
"name": "vite-solid",
"type": "module",
"version": "0.0.0",
"description": "",
Expand Down
3 changes: 1 addition & 2 deletions examples/solid-js/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ export default defineConfig({
dts: './src/auto-imports.d.ts',
resolvers: [
IconsResolver({
componentPrefix: 'Icon',
prefix: 'Icon',
}),
],
}),
],
build: {
target: 'esnext',
polyfillDynamicImport: false,
},
})
3 changes: 2 additions & 1 deletion examples/vite-astro/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@example/basics",
"name": "vite-astro",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down

0 comments on commit e6eeb80

Please sign in to comment.