Skip to content

Commit f8846d5

Browse files
committed
instructions for compile.js
1 parent e9f76e7 commit f8846d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/playground/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ To prevent any changes you make in this directory from being accidentally commit
44

55
If you would actually like to make some changes to the files here for everyone then run `git update-index --no-skip-worktree ./**/*.*` before committing.
66

7-
If you're using VS Code, you can use the "Playground: Full" launch configuration to run the playground and attach the debugger to both the compiler and the browser.
7+
If you're using VS Code, you can use the "Playground: Full" launch configuration to run the playground and attach the debugger to both the compiler and the browser. This will SSR the component and then also hydrate it on the client side using rollup to bundle any other imports.
8+
9+
You can also just compile the `App.svelte` file by running `node compile.js` if you'd like to check some compiler behaviour in isolation.

0 commit comments

Comments
 (0)