Skip to content

Commit 0f48c09

Browse files
committed
chore: remove log
1 parent 15c573a commit 0f48c09

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.config.mjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
import { defineBuildConfig } from "obuild/config";
22
import pkg from "./package.json" with { type: "json" };
33

4-
console.log({
5-
"globalThis.__pkg_version__": JSON.stringify(pkg.version),
6-
"globalThis.__pkg_name__": JSON.stringify(pkg.name),
7-
"globalThis.__pkg_description__": JSON.stringify(pkg.description),
8-
});
9-
104
export default defineBuildConfig({
115
entries: [
126
{

0 commit comments

Comments
 (0)