File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
packages/vite-plugin-svelte Expand file tree Collapse file tree 3 files changed +19
-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" ,
72
74
" gorgeous-monkeys-brake" ,
73
75
" happy-mails-kneel" ,
74
76
" happy-toys-boil" ,
77
+ " khaki-kids-vanish" ,
78
+ " kind-ducks-swim" ,
75
79
" large-ears-press" ,
76
80
" large-frogs-lick" ,
77
81
" lemon-toes-relax" ,
84
88
" nasty-poems-fold" ,
85
89
" nasty-seahorses-dance" ,
86
90
" nasty-worms-admire" ,
91
+ " olive-flowers-glow" ,
87
92
" plenty-pumpkins-buy" ,
88
93
" plenty-wasps-explode" ,
89
94
" 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
+ - handle preprocess for prebundleSvelteLibraries ([ #229 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/229 ) )
8
+
9
+ ### Patch Changes
10
+
11
+ - Skip prebundle non-js nested dependencies ([ #234 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/234 ) )
12
+
13
+ * handle production builds for non "production" mode ([ #229 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/229 ) )
14
+
3
15
## 1.0.0-next.32
4
16
5
17
### 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