You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation is clearly a moving target at this stage – but it might be worth adding this, explicit example to svelte.config.js, commented out as:
A minimal hint such as this would encourage debugging without additional configuration, consulting the documentation or extraneous changes to config.md when the API drops the experimental flag.
Alternatives considered
Make the distinction clearer in config.md, as the alternative configuration seems confusing.
Importance
nice to have
The text was updated successfully, but these errors were encountered:
Do you mean adding experimental: {} under this section's second code example too? I think that would be fine to add.
dominikg
changed the title
Resolving inspector in svelte.config.js could be added to config.md
explicitly document setting options of vite-plugin-svelte via svelte.config.js
Jul 7, 2022
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem
It wasn't obvious that
svelte.config.js
has experimental features:Describe the proposed solution
The documentation is clearly a moving target at this stage – but it might be worth adding this, explicit example to
svelte.config.js
, commented out as:A minimal hint such as this would encourage debugging without additional configuration, consulting the documentation or extraneous changes to
config.md
when the API drops the experimental flag.Alternatives considered
Make the distinction clearer in
config.md
, as the alternative configuration seems confusing.Importance
nice to have
The text was updated successfully, but these errors were encountered: