Update site/content/docs/04-compile-time.md

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/5652/head
halfnelson 6 years ago committed by GitHub
parent ad76a71f63
commit 2b854b83a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,7 +80,7 @@ The following options can be passed to the compiler. None are required:
| `outputFilename` | `null` | A `string` used for your JavaScript sourcemap.
| `cssOutputFilename` | `null` | A `string` used for your CSS sourcemap.
| `sveltePath` | `"svelte"` | The location of the `svelte` package. Any imports from `svelte` or `svelte/[module]` will be modified accordingly.
| `namespace` | `null` | The namespace of the element if not `html` (eg `mathml`, `svg`, `foreign`).
| `namespace` | `null` | The namespace of the element if not `html` (eg `mathml`, `svg`, `foreign`).
---

Loading…
Cancel
Save