Skip to content

Commit 0bb7886

Browse files
committed
build(react-native): fix external key
1 parent 8d0affc commit 0bb7886

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/react-native/rollup.config.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ const bundles = [
3333
const buildExport = bundles.map(({input, output}) => ({
3434
input,
3535
output,
36-
external: [
37-
'react',
38-
'react-native',
39-
'@floating-ui/core/dist/floating-ui.core',
40-
],
36+
external: ['react', 'react-native', '@floating-ui/core'],
4137
plugins: [
4238
commonjs(),
4339
nodeResolve({extensions: ['.ts', '.js']}),

0 commit comments

Comments
 (0)