holochain/holochain-client-js

Bundling inside Web Dev Server fails

jost-s opened this issue · 0 comments

When bundling a project with Web Dev Server, the error Could not resolve import prevents starting up the server. This is due to iso-websocket not being converted properly to an ES Module by WDS.

Bundling with RollUp using the CommonJS plugin works correctly.

modernweb-dev/web#1700 (comment)
modernweb-dev/web#2248