xkx-dev
Results
2
comments of
xkx-dev
hi @clydin, So with `builder:application `, when I config such `browser` field in package.json. And when I excute the bundle, the esbuild will resolve the `require('crypto')` into `require('crypto-browserify') ? It‘s...
> I think the best would be to enable the `polyfills` for `esbuild`, like it is described here https://github.com/cyco130/esbuild-plugin-polyfill-node > > Is there a way we can do this in...