Closed jaredp closed 11 years ago
For individual modules, you can use --alias fs:
or options.aliases = {fs: null}
. To ignore all resolution failures, you can use --ignore-missing
. I'm happy with those options.
facepalm thank you
Hey, no problem. I think the documentation around aliasing can actually be improved a bit. I'll open an issue to do that.
Warn, but continue. In many cases, there may be a check to see if the user is in the browser and not use, say, fs if they are.