mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Don't prevent plugin source batches from having a sourceRoot.
This commit is contained in:
@@ -96,8 +96,8 @@ export class CompilerPluginProcessor {
|
||||
var sourceBatches = _.map(self.unibuilds, function (unibuild) {
|
||||
const { pkg: { name }, arch } = unibuild;
|
||||
const sourceRoot = name
|
||||
? self.isopackCache.getSourceRoot(name, arch)
|
||||
: self.sourceRoot;
|
||||
&& self.isopackCache.getSourceRoot(name, arch)
|
||||
|| self.sourceRoot;
|
||||
|
||||
return new PackageSourceBatch(unibuild, self, {
|
||||
sourceRoot,
|
||||
|
||||
Reference in New Issue
Block a user