File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
packages/vite-plugin-svelte Expand file tree Collapse file tree 3 files changed +15
-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-tests-env" : " 1.0.0"
36
37
},
37
38
"changesets" : [
38
39
" angry-emus-study" ,
72
73
" gorgeous-monkeys-brake" ,
73
74
" happy-mails-kneel" ,
74
75
" happy-toys-boil" ,
76
+ " khaki-kids-vanish" ,
75
77
" large-ears-press" ,
76
78
" large-frogs-lick" ,
77
79
" lemon-toes-relax" ,
84
86
" nasty-poems-fold" ,
85
87
" nasty-seahorses-dance" ,
86
88
" nasty-worms-admire" ,
89
+ " olive-flowers-glow" ,
87
90
" plenty-pumpkins-buy" ,
88
91
" plenty-wasps-explode" ,
89
92
" 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
+ - handle production builds for non "production" mode ([ #229 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/229 ) )
12
+
3
13
## 1.0.0-next.32
4
14
5
15
### 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