This repository has been archived by the owner on May 23, 2023. It is now read-only.
__esModule
is true
while no default export provided, breaks interoperability
#145
Labels
opentracing-javascript does not work with NodeJS in experimental-modules mode when webpack is involved.
test.js
webpack.config.cjs
package.json
The culprit in
bundle.cjs
is the following:Due to
opentracing/lib/index.js
havingIt tries to load the default export which does not exist.
The text was updated successfully, but these errors were encountered: