From eb0d8bb26dd04982f605429523236692bc33663f Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Thu, 27 Jun 2024 14:48:31 -0700 Subject: [PATCH] readme: add commonizer --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 106af42..1afd947 100644 --- a/README.md +++ b/README.md @@ -532,6 +532,10 @@ If you're using `babel-loader`, `esbuild-loader` or similar, you can use the `in } ``` +### CommonJS compatibility + +We use ESM and don't any have any plans to support CommonJS ourselves. You can try [commonizer](https://github.com/wintercounter/commonizer) for that. + ## Usage: Node.js Currently, we do not provide a dedicated Node.js package. You can use `@anycable/core` with Node.js: