Stephan-C
Stephan-C
I didn't say rollup needs access to the DOM. I said the browser entry point setting is the default entry point on Deno when loading a library that was packaged...
Webpack allows you to set the Deno target environment entry point: https://webpack.js.org/guides/package-exports/#target-environment
Yeah, sorry, this might be something in a rollup plugin, I will have a look at the plugins used. The only reason why I linked that PR, is because that...
Interesting. Yeah, I guess it must be loading the browser field, which might be caused by how the package is imported into deno, I have tried skypack, esm.sh and jspm.
I did some more investigation and came across the following: Looks like Rollup sets the browser one as the default and node is separate. Hence why Deno is loading the...
Nice. Unfortunately, it still loads the browser version in deno if you try the new `1.1.0` version.