Skip to content

Commit

Permalink
Try to make Netlify happy
Browse files Browse the repository at this point in the history
  • Loading branch information
designorant committed Nov 25, 2021
1 parent c6fcd28 commit 0560922
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ const config = {
adapter: adapter(),
ssr: false,
target: "#svelte", // hydrate the <div id="svelte"> element in src/app.html
vite: {
build: {
target: ["es6"],
},
},
},
};

Expand Down

0 comments on commit 0560922

Please sign in to comment.