mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
re-enable removing console.logs
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
module.exports = {
|
||||
presets: ['module:metro-react-native-babel-preset'],
|
||||
plugins: [
|
||||
//"transform-remove-console",
|
||||
"@babel/plugin-transform-named-capturing-groups-regex"
|
||||
]
|
||||
plugins: ['transform-remove-console', '@babel/plugin-transform-named-capturing-groups-regex']
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user