next.js
1436a360 - Clean up builtin `modularizeImports` configs (#59294)

Commit
2 years ago
Clean up builtin `modularizeImports` configs (#59294) Most of them can now be handled by `optimizePackageImports` as I manually tested them locally. The main benefit is that structural updates from these libs won't affect our internal configurations anymore, as they're automatic with the new approach. The little downside is that the automatic way is a bit slower than the `modularizeImports` config as it needs to do extra analyzation. But overall, this is a good direction. Depends on #59254.
Author
Parents
Loading