fix: stabilize a2ui bundle output
parent
49654803aa
commit
554d9bc6ce
|
|
@ -19,6 +19,9 @@ const a2uiThemeContext = path.resolve(a2uiLitDist, "0.8/ui/context/theme.js");
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
input: fromHere("bootstrap.js"),
|
input: fromHere("bootstrap.js"),
|
||||||
|
experimental: {
|
||||||
|
attachDebugInfo: "none",
|
||||||
|
},
|
||||||
treeshake: false,
|
treeshake: false,
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue