mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This polyfill is unnecessary in Node, and added a whopping 22KB to the
minified client bundle. If you really need the Buffer API on the client,
you can get it from require("buffer").Buffer.
7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
require("./install-packages.js");
|
|
require("./stubs.js");
|
|
require("./process.js");
|
|
require("./reify.js");
|
|
|
|
exports.addStyles = require("./css").addStyles;
|