Skip to content

Commit

Permalink
debug: remove build folder, rebuild; enable source maps in production
Browse files Browse the repository at this point in the history
  • Loading branch information
kweeuhree committed Oct 19, 2024
1 parent 01c8fcb commit ba741ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default defineConfig(({ mode }) => ({
},
},
},
sourcemap: true,
},
plugins: [
mode === 'development' && eslint(),
Expand Down

0 comments on commit ba741ee

Please sign in to comment.