Skip to content

Commit

Permalink
comment out preserveModules
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Jan 15, 2024
1 parent 40e4d04 commit e138c29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/kit-headless/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ export default defineConfig({
...excludeAll(dependencies),
...excludeAll(peerDependencies),
],
// output: {
// preserveModules: true,
// preserveModulesRoot: 'packages/kit-headless/src',
// },
},
},
});

0 comments on commit e138c29

Please sign in to comment.