Bundling inside Web Dev Server fails
jost-s opened this issue · 0 comments
jost-s commented
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.