File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
packages/vite-plugin-svelte Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 32
32
"e2e-test-dep-svelte-api-only" : " 1.0.0" ,
33
33
"e2e-tests-preprocess-with-vite" : " 0.0.0" ,
34
34
"e2e-tests-vite-ssr-esm" : " 0.0.0" ,
35
- "playground-big-component-library" : " 0.0.0"
35
+ "playground-big-component-library" : " 0.0.0" ,
36
+ "e2e-test-dep-scss-only" : " 1.0.0" ,
37
+ "e2e-tests-env" : " 1.0.0"
36
38
},
37
39
"changesets" : [
38
40
" angry-emus-study" ,
61
63
" flat-books-kick" ,
62
64
" flat-mayflies-smell" ,
63
65
" forty-lobsters-double" ,
66
+ " forty-olives-look" ,
64
67
" forty-parents-jam" ,
65
68
" four-chairs-rhyme" ,
66
69
" fresh-penguins-heal" ,
72
75
" gorgeous-monkeys-brake" ,
73
76
" happy-mails-kneel" ,
74
77
" happy-toys-boil" ,
78
+ " khaki-kids-vanish" ,
79
+ " kind-ducks-swim" ,
75
80
" large-ears-press" ,
76
81
" large-frogs-lick" ,
77
82
" lemon-toes-relax" ,
84
89
" nasty-poems-fold" ,
85
90
" nasty-seahorses-dance" ,
86
91
" nasty-worms-admire" ,
92
+ " olive-flowers-glow" ,
87
93
" plenty-pumpkins-buy" ,
88
94
" plenty-wasps-explode" ,
89
95
" popular-yaks-fetch" ,
Original file line number Diff line number Diff line change 1
1
# @sveltejs/vite-plugin-svelte
2
2
3
+ ## 1.0.0-next.33
4
+
5
+ ### Minor Changes
6
+
7
+ - auto-restart SvelteKit when Svelte config changed ([ #237 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/237 ) )
8
+
9
+ * handle preprocess for prebundleSvelteLibraries ([ #229 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/229 ) )
10
+
11
+ ### Patch Changes
12
+
13
+ - Skip prebundle non-js nested dependencies ([ #234 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/234 ) )
14
+
15
+ * handle production builds for non "production" mode ([ #229 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/229 ) )
16
+
3
17
## 1.0.0-next.32
4
18
5
19
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sveltejs/vite-plugin-svelte" ,
3
- "version" : " 1.0.0-next.32 " ,
3
+ "version" : " 1.0.0-next.33 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " dominikg" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments