Files
notesnook/apps/mobile/babel.config.js

8 lines
185 B
JavaScript
Raw Normal View History

2019-11-15 01:17:59 +05:00
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
2021-02-04 14:39:21 +05:00
plugins: [
2022-01-22 09:32:12 +05:00
//"transform-remove-console",
"@babel/plugin-transform-named-capturing-groups-regex"
2021-02-04 14:39:21 +05:00
]
2019-11-15 01:17:59 +05:00
};