Skip to content

Commit

Permalink
readme: add commonizer
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 27, 2024
1 parent 4943174 commit eb0d8bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eb0d8bb

Please sign in to comment.