Replies: 1 comment 5 replies
-
| 
 By this definition,  | 
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Jose uses barel files that slow down performance, and causes large module graphs with unused modules.
For more information:
https://biomejs.dev/linter/rules/no-barrel-file/
https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-7/
Suggestion:
Refactor codes to remove barel files, + setup a linter such as Biome or Eslint could help keep a clean code base.
Beta Was this translation helpful? Give feedback.
All reactions