Skip to content

Commit 435ac56

Browse files
Merge pull request #254 from cloudinary/react-19-fix
fix: react as external library
2 parents fbb7d15 + 30132d2 commit 435ac56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { version } from './package.json';
66

77
export default [
88
{
9+
external: 'react',
910
input: 'src/index.tsx',
1011
output: [
1112
{

0 commit comments

Comments
 (0)