Closed fantua closed 1 year ago
Node.js docs recommend importing process
rather than using a global → https://nodejs.org/dist/latest-v16.x/docs/api/process.html#process_process. It's also unclear what is the benefit of removing devtools.js
from your bundle, as per https://github.com/vadimdemedes/ink/issues/571.
Fixes #571