--
This commit is contained in:
parent
b09e587220
commit
b34ba9a136
@ -17,6 +17,10 @@ export const alias = {
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
build: {
|
||||
minify: false, // Отключает минификацию
|
||||
sourcemap: true, // Включает sourcemaps для отладки
|
||||
},
|
||||
resolve: {
|
||||
alias,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user