Set ASCII as the default bundle encoding

Reviewed By: davidaurelio

Differential Revision: D2596387

fb-gh-sync-id: deadb8e9a44bbe7b12ce9e6bb5e3c96d4f646074
This commit is contained in:
Frédéric Sagnes 2015-11-05 07:18:54 -08:00 committed by facebook-github-bot-4
parent bc9a3eb159
commit 8ecac28100
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ class Bundle {
fromString: true, fromString: true,
outSourceMap: 'bundle.js', outSourceMap: 'bundle.js',
inSourceMap: this.getSourceMap(), inSourceMap: this.getSourceMap(),
output: {ascii_only: true},
}); });
Activity.endEvent(minifyActivity); Activity.endEvent(minifyActivity);
return this._minifiedSourceAndMap; return this._minifiedSourceAndMap;