Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 13, 2022
1 parent d988338 commit bf5f0dc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"green-buttons-wait",
"happy-mails-kneel",
"happy-toys-boil",
"healthy-worms-double",
"hot-crabs-reply",
"khaki-kids-vanish",
"kind-ducks-swim",
Expand Down
21 changes: 21 additions & 0 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @sveltejs/vite-plugin-svelte

## 1.0.0-next.50

### Major Changes

- move plugin options in svelte.config.js into "vitePlugin" ([#389](https://github.com/sveltejs/vite-plugin-svelte/pull/389))

update your svelte.config.js and wrap [plugin options](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md#plugin-options) with `vitePlugin`

```diff
// svelte.config.js

compilerOptions: {...},
preprocess: {...},
extensions: [...],
onwarn: () => {...},
kit: {},
+ vitePlugin: {
// include, exclude, emitCss, hot, ignorePluginPreprocessors, disableDependencyReinclusion, experimental
+ }
```

## 1.0.0-next.49

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/vite-plugin-svelte",
"version": "1.0.0-next.49",
"version": "1.0.0-next.50",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down

0 comments on commit bf5f0dc

Please sign in to comment.