Files
socket.io/examples/esm-import/package.json
Damien Arrachequesne ed87609baf fix: fix the ES module wrapper
The package does not have a default export, so importing it from a
project using ES modules would break in some cases.

> Cannot destructure property 'Server' of '_engineIo.default'

Related: https://github.com/socketio/engine.io/issues/657
2023-01-10 15:28:43 +01:00

7 lines
88 B
JSON

{
"name": "esm-import",
"version": "0.0.1",
"private": true,
"type": "module"
}