Closed
Description
Two parts to this:
- the plugin should accept a
compilerOptions
property, instead of just throwing top-level options at the compiler (we can detect unexpected top-level properties and warn accordingly, so while this will be a breaking change — which is fine, since we're about to release a major — it needn't be a confusing one) - it should load a svelte.config.js if one exists. (do we allow config to come from other places, like
svelte.config.json
? my gut says no, keep it simple)
Metadata
Metadata
Assignees
Labels
No labels