Skip to content

Commit

Permalink
fix(create-app): svelte templates use type module (fixes #3834) (#3835)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Jun 22, 2021
1 parent bd8723e commit ddefe84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-app/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vite-svelte-ts-starter",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
1 change: 1 addition & 0 deletions packages/create-app/template-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vite-svelte-starter",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit ddefe84

Please sign in to comment.