Skip to content

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Jan 30, 2024
1 parent 0b9bd91 commit b6a7beb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions forge/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export default defineConfig((config) => ({
build: {
// Safari mobile has problems with newer syntax
target: "es2015",
rollupOptions: {
external: ["solid-start"],
},
},
plugins: [
solid(),
Expand Down

0 comments on commit b6a7beb

Please sign in to comment.