Skip to content

Commit

Permalink
build: set emptyOutDir to false, manifest.json was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamNowotny committed Aug 30, 2024
1 parent e391c4c commit 9f7c095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig({
],
build: {
assetsInlineLimit: 0,
emptyOutDir: true,
emptyOutDir: false,
sourcemap: true,
minify: true,
rollupOptions: {
Expand Down

0 comments on commit 9f7c095

Please sign in to comment.