You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vite-plugin-svelte/CHANGELOG.md
+16
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# @sveltejs/vite-plugin-svelte
2
2
3
+
## 1.0.0-next.43
4
+
5
+
### Minor Changes
6
+
7
+
- Add experimental Svelte Inspector to quickly jump to code from your browser. ([#322](https://github.com/sveltejs/vite-plugin-svelte/pull/322))
8
+
9
+
### Patch Changes
10
+
11
+
- use deepmerge utility to merge inline config and svelte.config.js ([#322](https://github.com/sveltejs/vite-plugin-svelte/pull/322))
12
+
13
+
* do not warn if kit options are passed as inline config ([#319](https://github.com/sveltejs/vite-plugin-svelte/pull/319))
14
+
15
+
- Support import typescript files with .js extension ([#324](https://github.com/sveltejs/vite-plugin-svelte/pull/324))
16
+
17
+
* do not restart vite devserver on changes of svelte config when `configFile: false` is set ([#319](https://github.com/sveltejs/vite-plugin-svelte/pull/319))
0 commit comments