Skip to content

Migrate to latest version of SvelteKit #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 27, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
migration part 1 - vite, renamed files
  • Loading branch information
dummdidumm committed Sep 26, 2022
commit 995883c20fc0759dba93cab747ee154e23204483
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
"name": "learn.svelte.dev",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "node scripts/create-common-bundle && svelte-kit build && node scripts/create-middleware",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"prepare": "svelte-kit sync",
"dev": "vite dev",
"build": "node scripts/create-common-bundle && vite build && node scripts/create-middleware",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
Expand All @@ -23,7 +21,8 @@
"svelte": "^3.48.0",
"svelte-check": "^2.7.2",
"tiny-glob": "^0.2.9",
"typescript": "~4.6.4"
"typescript": "~4.6.4",
"vite": "^3.1.3"
},
"type": "module",
"dependencies": {
Expand Down
Loading