forked from Ivasoft/mattermost-mobile
17 lines
266 B
Plaintext
17 lines
266 B
Plaintext
{
|
|
"presets": [ "react-native" ],
|
|
"env": {
|
|
"production": {
|
|
"plugins": ["transform-remove-console"]
|
|
}
|
|
},
|
|
"plugins": [
|
|
["module-resolver", {
|
|
"root": ["./src", "."],
|
|
"alias": {
|
|
"assets": "./dist/assets"
|
|
}
|
|
}]
|
|
]
|
|
}
|