Skip to content

Commit

Permalink
remove ssr.noExternal from skeleton template so it matches default te…
Browse files Browse the repository at this point in the history
…mplate (#1234)

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
  • Loading branch information
ivoreis and benmccann authored Apr 26, 2021
1 parent 2e1b8c6 commit c47b483
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/create-svelte/templates/skeleton/svelte.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ module.exports = {
adapter: node(),

// hydrate the <div id="svelte"> element in src/app.html
target: '#svelte',

vite: {
ssr: {
noExternal: Object.keys(pkg.dependencies || {})
}
}
target: '#svelte'
}
};

0 comments on commit c47b483

Please sign in to comment.