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've been using require to resolve asciinema-player.css and asciinema-player.min.js from an npm package to copy those into my app. Recent release 3.8.0 added exports to package.json. While css is there, minified js is not.
Node will then throw error:
Package subpath './dist/bundle/asciinema-player.min.js' is not defined by "exports"...
I've been using require to resolve
asciinema-player.css
andasciinema-player.min.js
from an npm package to copy those into my app. Recent release3.8.0
addedexports
topackage.json
. While css is there, minified js is not.Node will then throw error:
Would it be possible to add it, something like:
The text was updated successfully, but these errors were encountered: