ilink-world/babel.config.js

11 lines
163 B
JavaScript
Raw Permalink Normal View History

2019-06-16 13:09:54 +00:00
module.exports = {
presets: [
[
'module:metro-react-native-babel-preset',
{
unstable_disableES6Transforms: true,
},
],
],
2019-06-16 13:09:54 +00:00
};