mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs: remove app hydration
This commit is contained in:
parent
e382038850
commit
5eab3474db
3 changed files with 13 additions and 17 deletions
|
@ -1,8 +1,5 @@
|
|||
import App from "./App.svelte";
|
||||
|
||||
const app = new App({
|
||||
target: document.getElementById("app"),
|
||||
hydrate: process.env.NODE_ENV === "production",
|
||||
});
|
||||
const app = new App({ target: document.body });
|
||||
|
||||
export default app;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue