We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a81ff commit 425ee50Copy full SHA for 425ee50
build.config.mjs
@@ -2,4 +2,10 @@ import { defineBuildConfig } from "obuild/config";
2
3
export default defineBuildConfig({
4
entries: ["src/index.ts", "src/compiler.ts"],
5
+ hooks: {
6
+ rolldownConfig(config) {
7
+ config.experimental ??= {};
8
+ config.experimental.attachDebugInfo = "none";
9
+ },
10
11
});
0 commit comments