UNPKG
@rently-team/shepherd.js
Version:
beta (1.0.0-beta.6)
latest (1.0.0)
1.0.0
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
Guide your users through a tour of your app.
shepherdjs.dev
rently-com/shepherd
@rently-team/shepherd.js
/
svelte.config.js
13 lines
(10 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
preprocess
from
'svelte-preprocess'
;
/** * This will add autocompletion if you're working with SvelteKit * *
@type
{
import('@sveltejs/kit').Config
} */
const
config = {
preprocess
:
preprocess
({}) };
export
default
config;