mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
docs: remove svelte-preprocess from svelte.config.js
This commit is contained in:
parent
38f98042f4
commit
a76f209b33
8 changed files with 284 additions and 304 deletions
|
@ -1,8 +1,6 @@
|
|||
<script>
|
||||
export let status;
|
||||
export let error;
|
||||
|
||||
const dev = process.env.NODE_ENV === "development";
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
|
@ -12,7 +10,3 @@
|
|||
<h1>{status}</h1>
|
||||
|
||||
<p>{error.message}</p>
|
||||
|
||||
{#if dev && error.stack}
|
||||
<pre>{error.stack}</pre>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue