Commit 6c9580e
authored
[v8] fix: bundle ESM-only deps for CJS compatibility (#1423)
Bundle `iron-webcrypto` and `uint8array-extras` into the build output
using `noExternal`.
These packages are ESM-only and cause `ERR_REQUIRE_ESM` errors for CJS
consumers without special Jest/bundler configuration.1 parent 9bc90ae commit 6c9580e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments