I am not making a good point

This commit is contained in:
Gavin King 2018-06-24 20:55:01 +02:00
parent e33d5f2fce
commit a953fce5be

View File

@ -15,9 +15,8 @@ The Webpack setup is very similar to [Svelte CLI's](https://github.com/sveltejs/
In this guide, we are trying to set up Storybook for your Svelte project.
> It is very important to remember that Svelte is precompiled from .svelte files
to vanilla javascript, so there is no runtime and anything you wish to integrate
with it is no different from plain old js.
> It is very important to remember that Svelte components are precompiled from
.svelte or .html files to vanilla javascript, so there is no 'runtime'.
## Table of contents