mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix non-run uses of bundler
This commit is contained in:
@@ -1735,7 +1735,7 @@ _.extend(ServerTarget.prototype, {
|
||||
nodePath.push(
|
||||
files.pathJoin(files.getDevBundle(), 'server-lib', 'node_modules')
|
||||
);
|
||||
} else {
|
||||
} else if (options.includeNodeModules) {
|
||||
// This is some option we didn't expect - someone has added another case
|
||||
// to the includeNodeModules option but didn't update this if block. Fail
|
||||
// hard.
|
||||
|
||||
Reference in New Issue
Block a user