Skip to content

Commit

Permalink
add svelte plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Oct 16, 2020
1 parent 6ed0b72 commit ff9ec34
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/plugins/svelte/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export default {
hooks: [
{
event: 'start',
action: async (app, params, ctx) => {
app.config.svelte = {
extensions: []
}
}
}
]
}

0 comments on commit ff9ec34

Please sign in to comment.