Replies: 2 comments
|
This isn't an issue with React ink. For esm packages with esbuild, I usually add a banner: Which set some values that might be used in your code / the transpiled code. Specifically, |
0 replies
|
I've fixed it by using |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a CLI app that I've built with Ink 4.3.0 and now I want to build it.
The first issue is that it wants to include react devtools which makes the bundle too big.
The second issue is that when I want to run the bundled app I get this error:
This is how mu build script looks like:
All reactions