mirror of https://github.com/status-im/metro.git
Set ASCII as the default bundle encoding
Reviewed By: davidaurelio Differential Revision: D2596387 fb-gh-sync-id: deadb8e9a44bbe7b12ce9e6bb5e3c96d4f646074
This commit is contained in:
parent
bc9a3eb159
commit
8ecac28100
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue