We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b8274 commit 7e4479fCopy full SHA for 7e4479f
packages/docusaurus-plugin/build.ts
@@ -24,6 +24,7 @@ async function buildPlugin() {
24
25
}
26
async function buildComponents() {
27
+ console.log(`isProduction: ${isProduction} ${process.env.NODE_ENV}`);
28
// Build components - mark CSS as external so webpack handles it
29
await Bun.build({
30
entrypoints: ["./src/components.ts"],
0 commit comments