2018-09-03 13:12:42 +01:00
|
|
|
module.exports = {
|
|
|
|
env: {
|
|
|
|
development: {
|
2018-09-03 17:33:44 +01:00
|
|
|
presets: [
|
|
|
|
[
|
|
|
|
'@invertase/react-native-syntax',
|
|
|
|
{
|
|
|
|
flow: 'comment',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
2018-09-03 13:12:42 +01:00
|
|
|
},
|
|
|
|
publish: {
|
2018-09-03 17:33:44 +01:00
|
|
|
presets: [
|
|
|
|
[
|
|
|
|
'@invertase/react-native-syntax',
|
|
|
|
{
|
|
|
|
flow: 'strip',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
2018-09-03 13:12:42 +01:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|