mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
linker: Add a few newlines before the exports section.
This commit is contained in:
@@ -791,7 +791,7 @@ var getFooter = function (options) {
|
||||
var chunks = [];
|
||||
|
||||
if (options.name && options.exports && !_.isEmpty(options.exports)) {
|
||||
chunks.push("/* Exports */\n");
|
||||
chunks.push("\n\n/* Exports */\n");
|
||||
chunks.push("if (typeof Package === 'undefined') Package = {};\n");
|
||||
chunks.push(packageDot(options.name), " = ");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user