--
All checks were successful
Deploy / CreateImage (push) Successful in 4m45s
Deploy / DeployService (push) Successful in 26s

This commit is contained in:
Nastya 2025-07-01 11:23:40 +03:00
parent b09e587220
commit 5f39aabb7a

@ -9,6 +9,8 @@ export default defineConfig({
alias,
},
build: {
minify: false, // Отключает минификацию
sourcemap: true, // Включает sourcemaps для отладки
copyPublicDir: false,
rollupOptions: {
input: "src/widget.tsx",