Skip to content

Commit

Permalink
enable vite build sourcemaps + asset manifest (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh-johnson authored Nov 6, 2022
1 parent d43fdf3 commit 6993085
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ export default defineConfig(({ _command, mode }) => {
const env = loadEnv(mode, process.cwd());
return {
plugins: [vue()],
build: {
sourcemap: true,
manifest: true
},
server: {
proxy: {
"/ws": {
Expand Down

0 comments on commit 6993085

Please sign in to comment.