Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Mar 4, 2024
1 parent f7fc176 commit 0aecf10
Show file tree
Hide file tree
Showing 3 changed files with 1,269 additions and 1,149 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@changesets/cli": "^2.26.2",
"@chialab/eslint-config": "^4.0.3",
"@chialab/prettier-config": "^1.2.2",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@testing-library/svelte": "^4.0.3",
"@vitest/browser": "^1.0.0",
"@vitest/coverage-istanbul": "^1.2.1",
Expand Down
10 changes: 0 additions & 10 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
import { fileURLToPath } from 'node:url';
import { svelte } from '@sveltejs/vite-plugin-svelte';
import { defineConfig } from 'vite';

export default defineConfig({
plugins: [svelte()],
build: {
minify: true,
lib: {
entry: fileURLToPath(new URL('./src/index.js', import.meta.url)),
name: 'Quantum',
fileName: 'quantum',
formats: ['es'],
},
},
test: {
browser: {
name: 'chrome',
Expand Down
Loading

0 comments on commit 0aecf10

Please sign in to comment.