-
We are currently using a lot of barrel files which is impacting our final bundle size with treeshaking
We should both change these as well as use something like https://github.com/art0rz/eslint-plugi…
-
#### Connected Issues
- #7094 (CSS Order Differs Between Development & Production Modes when Treeshaking)
#### Description
When using CSS Modules in a monorepo setup with barrel files (index.ts) …
-
### Link to the code that reproduces this issue
https://github.com/jantimon/reproduction-webpack-css-order
### To Reproduce
Clone the repository and checkout the `turbo` branch
pnpm instal…
-
Is it possible to extend the feature of recursive folder detection, that it also consider existing barrel files in the recursive folders?
This would simplify the barrel files, especially in higher hi…
-
We are accumulating files in S3 and the cost is continuing to escalate. We need to balance costs of this item which means a few things need to be looked at and completed
- [x] Analyze what S3 Storag…
-
## Problem
Currently, there is no rule within `eslint-plugin-import` to disallow the usage of barrel files.
Barrel files, while convenient in certain scenarios, can introduce challenges in large…
-
Hi!
I'm very surprised this barrel files problem is being fixed only now, but rather later than never... However, I encounter multiple issues. Seeing you're active on the issues here and fix the bugs…
-
### 🆒 Your use case
If `Nuxt` project has `autoImports` turned off, when you want to import some composable from nuxt/scripts you need to do something like this:
```ts
import { useScriptGoogleTagMan…
-
## Describe the bug
@kurtisassad has noted a problem with imports where a function that is imported will be null when it should actually be a function.
He thought it was a import cycle but we co…
-
## 🐛 Bug Report
It is unclear that large dependency graphs caused by the use of barrel files can slow test initialization dramatically. There are some tangential mentions of this in the documen…