-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
Hi! It seems the sources
field in the sourcemap base64-arraybuffer.es5.js.map
is invalid:
{"version":3,"file":"base64-arraybuffer.es5.js","sources":["../../src/index.ts"],"sourcesContent":[null],"names":[], ...
It should be ../src/index.ts
I think.
node_modules/
└── base64-arraybuffer
├── dist
│ ├── base64-arraybuffer.es5.js
│ ├── base64-arraybuffer.es5.js.map
│ ...
├── package.json
├── README.md
└── rollup.config.ts
Not sure why though.
Related: socketio/socket.io-client#1520
alleysark-ncsoft, kaaax0815, BjoernKW, tdorobantu, Codex- and 6 more
Metadata
Metadata
Assignees
Labels
No labels