diff --git a/vite.config.js b/vite.config.js index 334bb3f..8830e34 100644 --- a/vite.config.js +++ b/vite.config.js @@ -3,10 +3,6 @@ import vue from '@vitejs/plugin-vue'; import path from 'path'; export default defineConfig({ - build: { - sourcemap: 'hidden' // They are uploaded to sentry in production - // The browser doesn't need to know about theses files - }, plugins: [ vue({}), ],