Skip to content

Commit cc47ff6

Browse files
committed
docs: bundling
1 parent 1d7b213 commit cc47ff6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Under the hood `jseql` uses CipherStash [Encrypt Query Language (EQL)](https://g
1616
- [Platform Support](#platform-support)
1717
- [Usage](#usage)
1818
- [Logging](#logging)
19-
- [Builds and bundling](#builds-and-bundling)
2019
- [Examples](#examples)
2120
- [CipherStash Client](#cipherstash-client)
2221
- [Contributing](#contributing)
@@ -460,9 +459,11 @@ JSEQL_LOG_LEVEL=error # Enable error logging
460459

461460
## Builds and bundling
462461

462+
`@cipherstash/jseql` is a native Node.js module, and relies on native Node.js `require` to load the package.
463+
463464
### Next.js
464465

465-
Using `@cipherstash/jseql` with Next.js? Since the package is a native Node.js module, you need to opt-out from the Server Components bundling and use native Node.js `require` instead.
466+
Using `@cipherstash/jseql` with Next.js? You need to opt-out from the Server Components bundling and use native Node.js `require` instead.
466467

467468
#### Using version 15 or later
468469

0 commit comments

Comments
 (0)