Skip to content

Commit ed67a0d

Browse files
committed
refactor: ♻️ ensure latest changes from next are compatible with integration branch
1 parent 7ed60f0 commit ed67a0d

File tree

20 files changed

+36447
-45516
lines changed

20 files changed

+36447
-45516
lines changed

babel.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ module.exports = api => {
99
presets.push(['@babel/preset-env', {targets: {node: 'current'}}])
1010
presets.push('@babel/preset-typescript')
1111
overrides.push({
12-
test: 'node_modules/react-native/**/*',
13-
presets: ['module:metro-react-native-babel-preset']
12+
test: '**/node_modules/react-native/**/*',
13+
presets: ['module:metro-react-native-babel-preset', '@babel/preset-typescript']
1414
})
1515
overrides.push({
1616
test: './packages/plugin-react/**/*',

jest/node-exports-resolver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable no-inner-declarations */
1+
22
const fs = require('fs')
33
const path = require('path')
44
const packageUp = require('pkg-up')

0 commit comments

Comments
 (0)