-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
While trying to bundle with rollup, theres an export issue:
Error: 'process' is not exported by ../../node_modules/core-worker/index.js
It'd also be nice if you'd use only standardized JS features, so one could import directly from the source.
Unfortunately at the moment while importing from core-worker/src/index:
[!] (commonjs plugin) SyntaxError: Unexpected token (21:23) in .../node_modules/core-worker/src/index.js
../../node_modules/core-worker/src/index.js (21:23)
19: import TProcess from "./Process";
20:
21: export const process = ::TProcess.create;
^
22: export const Process = TProcess;
Yes, its still stage 0 in 2019...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels