From 7d0b94c0087f6108b4476acd1a890c91e1e5b132 Mon Sep 17 00:00:00 2001 From: Will Lillis Date: Sat, 2 Aug 2025 18:18:14 -0400 Subject: [PATCH] fix(docs): indicate CJS env var export is different on Windows platforms --- lib/binding_web/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/binding_web/CONTRIBUTING.md b/lib/binding_web/CONTRIBUTING.md index b37989f2..74311f97 100644 --- a/lib/binding_web/CONTRIBUTING.md +++ b/lib/binding_web/CONTRIBUTING.md @@ -41,7 +41,7 @@ by visiting the [Rust website][rust] and following the instructions there. > [!NOTE] > By default, the build process will emit an ES6 module. If you need a CommonJS module, export `CJS` to `true`, or just -> run `CJS=true npm run build`. +> run `CJS=true npm run build` (or the equivalent command for Windows). > [!TIP] > To build the library with debug information, you can run `npm run build:debug`. The `CJS` environment variable is still