I am trying to use Meteor to build a chrome extension and i’m using meteor-build-client. the output of this build process produces a minified js file that chrome will not accept because it’s not UTF-8 encoded.
has anybody else had this problem? is there something I’m doing wrong? I would really appreciate any help.