We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d02a8 commit 90d64c1Copy full SHA for 90d64c1
.changeset/pre.json
@@ -81,6 +81,7 @@
81
"fuzzy-bottles-teach",
82
"fuzzy-mails-brush",
83
"gold-drinks-peel",
84
+ "good-plums-rest",
85
"gorgeous-monkeys-brake",
86
"happy-mails-kneel",
87
"happy-toys-boil",
packages/vite-plugin-svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @sveltejs/vite-plugin-svelte
2
3
+## 1.0.0-next.42
4
+
5
+### Minor Changes
6
7
+- skip reading default svelte config file with inline option `configFile: false` ([#317](https://github.com/sveltejs/vite-plugin-svelte/pull/317))
8
9
## 1.0.0-next.41
10
11
### Major Changes
packages/vite-plugin-svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/vite-plugin-svelte",
- "version": "1.0.0-next.41",
+ "version": "1.0.0-next.42",
"license": "MIT",
"author": "dominikg",
"files": [
0 commit comments