Created
August 2, 2019 17:00
-
-
Save unlocomqx/175225cedafc2b8c3d06686915f94930 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I was able to debug svelte code by cloning it from | |
https://github.com/sveltejs/svelte | |
Then by running | |
`npm run build` | |
Then | |
`npm link` | |
After that, go back to your project and run | |
`npm link svelte` | |
You are now using the local svelte package that you just cloned and built |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment