Riley Worthington
Results
2
comments of
Riley Worthington
> @melihkizmaz by doing so you are introducing a non-zero probability of operation failure, no matter how small the probability is, you are now responsible for handling that failure case....
Error when using [email protected] "Expected value for define "process.env.NODE_ENV" to be a string"
I had this same issue in a Remix application on mdx-bundler 10.0.1 and esbuild 0.20.1. I was able to fix it by adding this `esbuildOptions` parameter to `bundleMDX`: ``` esbuildOptions(options)...