Skip to content

Commit

Permalink
fix: externalize deep proxy package in runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ceopaludetto committed Sep 18, 2024
1 parent 61e99eb commit 9539a9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .changeset/unlucky-lions-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@diacritic/runtime": patch
"@diacritic/core": patch
"@diacritic/detector": patch
"@diacritic/parser": patch
"@diacritic/react": patch
"@diacritic/utilities": patch
---

Externalize @qiwi/deep-proxy in runtime to fix RN integration
1 change: 0 additions & 1 deletion packages/runtime/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default defineConfig({
entry: ["./src/index.ts"],
format: ["cjs", "esm"],
external: ["~translations/registry"],
noExternal: ["@qiwi/deep-proxy"],
splitting: true,
clean: true,
dts: true,
Expand Down

0 comments on commit 9539a9d

Please sign in to comment.