ink-cjs
v4.4.1
Published
React for CLI
Downloads
19
Maintainers
Readme
ink-cjs
This is a fork of ink to support bundling as CommonJS
Changes
Change package name to
ink-cjs
to publish to NPMRemoves top-level
await
usageTop-level await is invalid in CommonJS so we must remove it
Replace
yoga-wasm-web
with@react-pdf/yoga
yoga-wasm-web
uses top-level await and does not work with CommonJS