You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`diff` use deprecated folder mapping "./" in the "exports" field,
28
-
so we can't `require("diff/lib/diff/array.js")` directory.
29
-
To reduce the bundle size
28
+
so we can't `require("diff/lib/diff/array.js")` directly.
29
+
To reduce the bundle size, replace the entry with smaller files.
30
30
31
31
We can switch to deep require once https://github.com/kpdecker/jsdiff/pull/351 get merged
0 commit comments