We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390dec3 commit a4b97c2Copy full SHA for a4b97c2
docs/config.md
@@ -60,7 +60,7 @@ export default {
60
61
### Config file extension
62
63
-The content of Svelte config should always be in esm syntax. Depending on Node's mode, make sure you're using the correct extension.
+The Svelte config should always be written in ESM syntax. Depending on Node's mode, make sure you're using the correct extension.
64
65
- If `type: "module"` is defined in `package.json`, prefer `.js` or `.ts`
66
- If `type: "module"` is not defined, use `.mjs` or `.mts`
0 commit comments