feat: ignore component options in compileModule
This causes compileModule
to ignore component options, while still erroring on unknown options, which is useful for things like vite-plugin-svelte which don't know which options should be ignored in the module case
feat:
, fix:
, chore:
, or docs:
.packages/svelte/src
, add a changeset (npx changeset
).pnpm test
and lint the project with pnpm lint
Latest commit: d98bc00
The changes in this PR will be included in the next version bump.
Name | Type |
---|---|
svelte | Minor |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
pnpm add https://pkg.pr.new/svelte@16362
@dominikg this is available for use in 5.37, if helpful for vite-plugin-svelte