File tree 3 files changed +21
-2
lines changed
packages/vite-plugin-svelte
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 30
30
"e2e-test-dep-svelte-simple" : " 1.0.0" ,
31
31
"e2e-test-dep-svelte-hybrid" : " 1.0.0" ,
32
32
"e2e-test-dep-svelte-api-only" : " 1.0.0" ,
33
- "e2e-tests-preprocess-with-vite" : " 0.0.0"
33
+ "e2e-tests-preprocess-with-vite" : " 0.0.0" ,
34
+ "e2e-tests-vite-ssr-esm" : " 0.0.0" ,
35
+ "playground-big-component-library" : " 0.0.0"
34
36
},
35
37
"changesets" : [
36
38
" angry-emus-study" ,
73
75
" light-bottles-warn" ,
74
76
" little-plums-grab" ,
75
77
" long-foxes-agree" ,
78
+ " loud-pets-cheat" ,
76
79
" modern-horses-reply" ,
77
80
" nasty-baboons-joke" ,
78
81
" nasty-poems-fold" ,
79
82
" nasty-seahorses-dance" ,
80
83
" nasty-worms-admire" ,
81
84
" plenty-pumpkins-buy" ,
85
+ " plenty-wasps-explode" ,
82
86
" popular-yaks-fetch" ,
83
87
" proud-dragons-shout" ,
84
88
" purple-spiders-sparkle" ,
89
93
" sharp-laws-leave" ,
90
94
" six-ears-grow" ,
91
95
" strange-brooms-crash" ,
96
+ " stupid-crews-worry" ,
92
97
" tame-weeks-glow" ,
93
98
" tricky-clouds-grab" ,
94
99
" two-queens-roll" ,
Original file line number Diff line number Diff line change 1
1
# @sveltejs/vite-plugin-svelte
2
2
3
+ ## 1.0.0-next.29
4
+
5
+ ### Major Changes
6
+
7
+ - drop support for node12 ([ #198 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/198 ) )
8
+
9
+ ### Minor Changes
10
+
11
+ - Add ` experimental.prebundleSvelteLibraries ` option ([ #200 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/200 ) )
12
+
13
+ ### Patch Changes
14
+
15
+ - Disable CSS sourcemap in SSR ([ #201 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/201 ) )
16
+
3
17
## 1.0.0-next.28
4
18
5
19
### Patch 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.28 " ,
3
+ "version" : " 1.0.0-next.29 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " dominikg" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments