Anyone know where this build error is coming from?

Just tried to build my application for production and I’m running into this:

Anyone have an idea on how to go about it?

Found the source of the issue, described here: https://github.com/meteor/meteor/issues/8020

If you run into this you have two choices:

  1. Disable the minifier completely
  2. Use the abernix:standard-minifier-js package instead.

Without the minifier the download size increased to 2+ MB, at least for me. So, while it does work, it’s not exactly a good experience :slight_smile: