mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
8 lines
185 B
JavaScript
8 lines
185 B
JavaScript
module.exports = {
|
|
presets: ['module:metro-react-native-babel-preset'],
|
|
plugins: [
|
|
//"transform-remove-console",
|
|
"@babel/plugin-transform-named-capturing-groups-regex"
|
|
]
|
|
};
|