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