rohitdasu / projectmate

Supercharge your open-source contributions with projectmate.net; Discover open-source projects, connect with experienced maintainers, and collaborate with a community of passionate contributors. Join over 200+ registered users who are already making a difference
https://projectmate.net
MIT License
148 stars 107 forks source link

[BUG] Remove barrel file from component folder due to next.js tree shaking issue #408

Closed JakubChorzepa closed 11 months ago

JakubChorzepa commented 11 months ago

Description

We'd like to remove index.ts file that re-export every component from components folder (this file is called barrel file). We've discovered that this barrel file is causing bundling every component into one big chunk file.

It is discussed deeper on next.js issue.

What needs to be done:

Screenshots

No response

AryanKhubchandani commented 11 months ago

Hello @JakubChorzepa, may I work on this issue?

rohitdasu commented 11 months ago

Hello @JakubChorzepa, may I work on this issue?

Hey, could you check any other issues. Jakub is taking this issue if I'm not wrong

JakubChorzepa commented 11 months ago

Hey @AryanKhubchandani, you can take the issue if you want, I'll take something else.