Skip to content

Commit 7e4479f

Browse files
committed
chore: add logging info
1 parent 34b8274 commit 7e4479f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docusaurus-plugin/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ async function buildPlugin() {
2424

2525
}
2626
async function buildComponents() {
27+
console.log(`isProduction: ${isProduction} ${process.env.NODE_ENV}`);
2728
// Build components - mark CSS as external so webpack handles it
2829
await Bun.build({
2930
entrypoints: ["./src/components.ts"],

0 commit comments

Comments
 (0)