Skip to content

Commit

Permalink
bump vite-plugin-svelte to 0.11.0 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg authored Mar 14, 2021
1 parent ec27e89 commit 5cd6f11
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-chefs-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

bump vite-plugin-svelte to 0.11.0
3 changes: 1 addition & 2 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "1.0.0-next.46",
"type": "module",
"dependencies": {
"@sveltejs/vite-plugin-svelte": "workspace:*",
"@svitejs/vite-plugin-svelte": "^0.10.0",
"@svitejs/vite-plugin-svelte": "^0.11.0",
"cheap-watch": "^1.0.3",
"sade": "^1.7.4"
},
Expand Down
12 changes: 0 additions & 12 deletions packages/kit/src/core/build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,6 @@ async function build_client({
},
plugins: [
svelte({
emitCss: true,
compilerOptions: {
dev: true,
hydratable: true
},
hot: true,
extensions: config.extensions
})
]
Expand Down Expand Up @@ -389,12 +383,6 @@ async function build_server(
},
plugins: [
svelte({
emitCss: true,
compilerOptions: {
dev: true,
hydratable: true
},
hot: true,
extensions: config.extensions
})
],
Expand Down
6 changes: 0 additions & 6 deletions packages/kit/src/core/dev/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ class Watcher extends EventEmitter {
},
plugins: [
svelte({
emitCss: true,
compilerOptions: {
dev: true,
hydratable: true
},
hot: true, // TODO: fix type https://github.com/svitejs/svite/issues/6
extensions: this.config.extensions
})
],
Expand Down
10 changes: 4 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5cd6f11

Please sign in to comment.