🔱: [client] sync upgrade with 4 commits [trident-sync]

refactor: 1.13.2
refactor: fs-bpmn 1.0.14
refactor: fs-bpmn 1.0.14
This commit is contained in:
GitHub Actions Bot
2023-04-20 19:24:50 +00:00
parent a62230c195
commit 3e4a8f230f
4 changed files with 28 additions and 32 deletions

View File

@@ -60,7 +60,7 @@ export default ({ command, mode }) => {
],
esbuild: {
drop: command === "build" ? ["debugger"] : [],
// pure: ["console.log", "debugger"],
pure: ["console.log", "debugger"],
jsxFactory: "h",
jsxFragment: "Fragment"
},