Skip to content

Commit

Permalink
Add svelte-loader to docs for Svelte guide (#8999)
Browse files Browse the repository at this point in the history
Add svelte-loader to docs for Svelte guide
  • Loading branch information
shilman committed Dec 2, 2019
1 parent 12c5d9b commit a03c730
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/pages/guides/guide-svelte/index.md
Expand Up @@ -36,6 +36,15 @@ Make sure that you have `@babel/core`, and `babel-loader` in your dependencies a
npm install babel-loader @babel/core --save-dev
```

### svelte-loader

You'll also need to install `svelte-loader` if you haven't already.

```sh

npm install svelte-loader --save-dev
```

## Step 2: Add a npm script

Then add the following NPM script to your `package.json` in order to start the storybook later in this guide:
Expand Down

1 comment on commit a03c730

@vercel
Copy link

@vercel vercel bot commented on a03c730 Dec 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

ENOENT: no such file or directory, stat '/tmp/t6Qbfq8XjVrw549xFvroA3Yc/repo/examples/official-storybook/built-storybooks/angular-cli'

Please sign in to comment.