Skip to content

Commit

Permalink
add sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Feb 17, 2024
1 parent 707f950 commit f120039
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ export default defineConfig(({ mode }) => {
server: {
host: host,
},
build: {
sourcemap: env.VITE_PROD_SOURCE_MAPS,
},
};
});

0 comments on commit f120039

Please sign in to comment.