You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to package my widget as a standalone npm module for use in codepen. When packaged with jsdelivr in esm mode, I get the following error loading the JS.
Uncaught TypeError: class heritage n.View is not an object or null
<anonymous> nativeview.js:53
Description
I am trying to package my widget as a standalone npm module for use in codepen. When packaged with jsdelivr in esm mode, I get the following error loading the JS.
Reproduce
Expected behavior
I would expect the
Context
This is built from a branch of my code
paddymul/buckaroo#298
I don't think the rest of the fields are relevant since this is a JS bug. But here are the relevant JS config files
Webpack from the branch
https://github.com/paddymul/buckaroo/blob/chore/js-0.7.5-test9-reproduce/webpack.config.js
package.json from the branch
https://github.com/paddymul/buckaroo/blob/chore/js-0.7.5-test9-reproduce/package.json
Package built with
yarn run build
The text was updated successfully, but these errors were encountered: