--
This commit is contained in:
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",
|
||||
|
Loading…
Reference in New Issue
Block a user