fix: stabilize a2ui bundle output

This commit is contained in:
Peter Steinberger
2025-12-20 14:50:10 +01:00
parent 49654803aa
commit 554d9bc6ce
2 changed files with 3 additions and 331 deletions

View File

@@ -19,6 +19,9 @@ const a2uiThemeContext = path.resolve(a2uiLitDist, "0.8/ui/context/theme.js");
export default defineConfig({
input: fromHere("bootstrap.js"),
experimental: {
attachDebugInfo: "none",
},
treeshake: false,
resolve: {
alias: {

File diff suppressed because one or more lines are too long