forked from Ivasoft/mattermost-mobile
* Revert files to use APIv3 * Fix channel intro constants * Add src to transpiler for mattermost-redux * Fix android back button * Fix check for MFA * feedback review
12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
{
|
|
"presets": [ "react-native" ],
|
|
"plugins": [
|
|
["module-resolver", {
|
|
"root": ["./src", "."],
|
|
"alias": {
|
|
"assets": "./dist/assets"
|
|
}
|
|
}]
|
|
]
|
|
}
|