Skip to content

Commit

Permalink
Merge pull request #241 from lacymorrow/patch-1
Browse files Browse the repository at this point in the history
Update meteorApp.js
  • Loading branch information
wojtkowiak authored Nov 28, 2019
2 parents 3e4f21b + bf1bc8e commit 20dd58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/meteorApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ export default class MeteorApp {
!~line.indexOf('--production') &&
!~line.indexOf('Output exceeds ') &&
!~line.indexOf('Node#moveTo') &&
!~line.indexOf('Browserslist') &&
(
Array.isArray(self.$.env.options.ignoreStderr) &&
self.$.env.options.ignoreStderr.every(str => !~line.indexOf(str))
Expand Down

0 comments on commit 20dd58e

Please sign in to comment.