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 15c573a commit 0f48c09Copy full SHA for 0f48c09
build.config.mjs
@@ -1,12 +1,6 @@
1
import { defineBuildConfig } from "obuild/config";
2
import pkg from "./package.json" with { type: "json" };
3
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
-
10
export default defineBuildConfig({
11
entries: [
12
{
0 commit comments