fix: comment with the reference

This commit is contained in:
Ivan Vershigora 2026-06-11 17:35:49 +01:00 committed by Overtorment
parent 61877ed0db
commit a04cad686f

View File

@ -1,4 +1,7 @@
module.exports = {
// Pin the @babel/runtime version so Metro resolves a single copy instead of
// bundling duplicate helpers, which bloats the bundle.
// See https://github.com/babel/babel/issues/18050
presets: [['module:@react-native/babel-preset', { enableBabelRuntime: '^7.26.0' }]],
plugins: ['react-native-worklets/plugin'],
};