Skip to content

Commit ff9ec34

Browse files
add svelte plugin
1 parent 6ed0b72 commit ff9ec34

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lib/plugins/svelte/index.js

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
export default {
2+
hooks: [
3+
{
4+
event: 'start',
5+
action: async (app, params, ctx) => {
6+
app.config.svelte = {
7+
extensions: []
8+
}
9+
}
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)