mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Loading this package triggers a ReferenceError if Buffer is not globally defined. However, this package never uses Buffer.isBuffer, and in fact none of this package's properties are ever used by any other packages in meteor-node-stubs, so it seems safe to replace it with an empty stub.
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
require("rimraf").sync(require("path").join(
|
|
__dirname, "..", "node_modules", "**", "core-util-is"
|
|
));
|