Skip to content

Commit bd505fe

Browse files
docs: add migration guide snippet
1 parent 3cd809c commit bd505fe

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/guide/upgrading_v9/2791.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Fix Tree Shaking
2+
3+
Prior to this version, users had to resort to workarounds by importing specific faker instances from dedicated paths to overcome tree shaking issues.
4+
With the implementation of this fix, such workarounds should no longer be necessary.
5+
The dedicated import paths will still stay for now, to allow a graduate migration for our users.
6+
7+
While the implementation of this change does not constitute as breaking according to semantic versioning guidelines, it does impact the behavior of users bundlers.

0 commit comments

Comments
 (0)