-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
For reasons too long to explain here, I can't include browser compatible polyfills for built-in nodejs modules.
So when I'm compiling targeting the browser with rollup I'm getting
[!] Error: Could not load util (imported by node_modules/stacktracey/stacktracey.js): ENOENT: no such file or directory, open 'util'
Error: Could not load util (imported by node_modules/stacktracey/stacktracey.js): ENOENT: no such file or directory, open 'util'
perhaps some easy isBrowser will fix this. I'm also sure that it should be possible to find require ('util').inspect browserified (using built-in modules if in nodejs env).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels