mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Pass through 'bare' option to compiled js source files
This commit is contained in:
@@ -773,7 +773,7 @@ var compileUnibuild = function (unipkg, inputSourceArch, packageLoader,
|
||||
source: options.data,
|
||||
sourcePath: options.sourcePath,
|
||||
servePath: path.join(inputSourceArch.pkg.serveRoot, options.path),
|
||||
bare: !! options.bare,
|
||||
bare: !! fileOptions.bare,
|
||||
sourceMap: options.sourceMap
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user