mirror of
https://github.com/selfxyz/self.git
synced 2026-02-08 05:15:19 -05:00
7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
module.exports = {
|
|
presets: ['module:metro-react-native-babel-preset'],
|
|
plugins: [
|
|
["@babel/plugin-transform-private-methods", { "loose": true }],
|
|
],
|
|
};
|