forked from Ivasoft/mattermost-mobile
* Enable Hermes * Don't sort emojis in selector * No need for transformer * Remove unnecessary packager files
9 lines
178 B
JavaScript
9 lines
178 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
const config = {
|
|
maxWorkers: 4,
|
|
};
|
|
|
|
module.exports = config;
|