chore(NA): adds explicit browser, node and default exports resolution in package.json

This commit is contained in:
Tiago Costa
2024-10-30 19:55:10 +00:00
parent 246eca0c35
commit 7f670ab042
3 changed files with 28 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@xyflow/system': patch
'@xyflow/react': patch
---
Splits exports field in package.json to support an explicit resolution for browser, node and default to resolve issues with webpack esm module resolution.