Skip to content

Commit

Permalink
Merge pull request #166 from openstax/K12-71/fix-manual-reload
Browse files Browse the repository at this point in the history
Add argument to allow for auto reload of vite
  • Loading branch information
MReyna12 authored Jun 17, 2024
2 parents a45e0da + 88c5f93 commit 3dce40e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default defineConfig(({ mode }) => {

build: {
sourcemap: true,
chunkSizeWarningLimit: 700
chunkSizeWarningLimit: 700,
emptyOutDir: false
},
server: {
port: 3000
Expand Down

0 comments on commit 3dce40e

Please sign in to comment.