OpenTracing API for Javascript (both Node and browser). 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
1.09k
stars
108
forks
source link
`__esModule` is `true` while no default export provided, breaks interoperability #145
Open
sdavids opened 4 years ago
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.