mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
The implementation of these stubs is controlled by an optional npm package called meteor-node-stubs, so we can keep iterating on them after releasing Meteor 1.3, if we need to. Fixes #6056.
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
require("./stubs.js");
|
|
require("./buffer.js");
|
|
require("./process.js");
|
|
|
|
exports.addStyles = require("./css").addStyles;
|