Replies: 1 comment
-
I know it's not a great solution but for now, we've moved with "remix-esbuild-override" to override the default ESbuild config. We've added those keys suggested in ESbuild API. I would suggest testing your build after integrating this module, in some cases, it does end up in some random problem. |
Beta Was this translation helpful? Give feedback.
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.
-
Hello, I'm not sure if
Remix
CLI does provide an option through which we can drop "console", or "debugger" from the built output.Apologies if there is some documentation for this. I couldn't find anything. If there is documentation can someone please pass me?
In the ESbuild API, there is an option via which we can drop the consoles.
cc: @ryanflorence / @kentcdodds / @sergiodxa
Beta Was this translation helpful? Give feedback.
All reactions