Skip to content

Commit

Permalink
remove source map
Browse files Browse the repository at this point in the history
  • Loading branch information
da-in committed Apr 8, 2024
1 parent 39e3662 commit 5d1a078
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import { resolve } from 'path'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
build: {
sourcemap: true,
},
base: '/',
resolve: {
alias: [{ find: '@', replacement: resolve(__dirname, './src') }],
Expand Down

0 comments on commit 5d1a078

Please sign in to comment.