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