--
This commit is contained in:
parent
b09e587220
commit
5f39aabb7a
@ -9,6 +9,8 @@ export default defineConfig({
|
|||||||
alias,
|
alias,
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
|
minify: false, // Отключает минификацию
|
||||||
|
sourcemap: true, // Включает sourcemaps для отладки
|
||||||
copyPublicDir: false,
|
copyPublicDir: false,
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
input: "src/widget.tsx",
|
input: "src/widget.tsx",
|
||||||
|
Loading…
Reference in New Issue
Block a user