Skip to content

Commit

Permalink
[fix] do not set inlineDynamicImports
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 6, 2021
1 parent 298b45f commit b7f4a88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-singers-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

[fix] do not set inlineDynamicImports
7 changes: 1 addition & 6 deletions packages/kit/src/core/build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,12 +439,7 @@ async function build_server(

const default_config = {
build: {
target: 'es2020',
rollupOptions: {
output: {
inlineDynamicImports: true
}
}
target: 'es2020'
},
server: {
fs: {
Expand Down

0 comments on commit b7f4a88

Please sign in to comment.