생각없이

This commit is contained in:
암냥 2025-01-31 00:17:21 +09:00
commit a9bd8c41f8
3 changed files with 6 additions and 3 deletions

View file

@ -11,5 +11,8 @@ export default defineConfig({
plugins: [autoprefixer],
},
},
build: {
sourcemap: process.env.NODE_ENV !== 'production',
},
plugins: [tailwindcss(), reactRouter(), tsconfigPaths()],
});