simpleddp icon indicating copy to clipboard operation
simpleddp copied to clipboard

WebpackError: Unsafe builtin usage https.get

Open Floriferous opened this issue 3 years ago • 0 comments

We're using simple-ddp in a webpack app, and we started seeing this warning from webpack:

warn WebpackError: Unsafe builtin usage https.get
    at website/node_modules/ws/lib/websocket.js:566:1
    at website/node_modules/ws/lib/websocket.js:71:1
    at website/node_modules/simpleddp-core/lib/socket.js:64:1
    at website/node_modules/simpleddp-core/lib/ddp.js:134:1
    at website/node_modules/simpleddp-core/lib/ddp.js:124:1
    at website/node_modules/simpleddp/lib/simpleddp.js:68:1

Not sure if something even needs to be done though.

Floriferous avatar Apr 30 '21 12:04 Floriferous