You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following error when building a project using webpack: Module not found: Error: Can't resolve './protocol.js' in '(...)/node_modules/comlink/src'
Getting the following error when building a project using webpack:
Module not found: Error: Can't resolve './protocol.js' in '(...)/node_modules/comlink/src'
This only happens when:
transpileOnly: true
import {wrap} from "comlink/src/comlink"
The import fails because the file
protocol.js
doesn't exist, it should beprotocol.ts
(or justprotocol
). This affects all imports.Versions:
Will create a PR in next minutes.
The text was updated successfully, but these errors were encountered: