Gabin Aureche

Results 70 comments of Gabin Aureche

Actually `index.js` is an "entry point" that's loaded when you require a directory without specifying a file. So assuming this folder structure: ``` reducers/ auth.js index.js posts.js ``` You can...

That sounds like an interesting idea. Just to be sure, @Francisc you are suggesting that old files should be deleted when new ones are created? For examples, you have a...

Just noticed this as well, here's the page it redirects to: screenshot ![](https://user-images.githubusercontent.com/2291025/162973008-1b52ebbe-916a-4082-9526-1c01d7398a02.png) **EDIT:** also reported in #1735, #1719 and #1802. It seems that the website is hosted at https://bvaughn.github.io/react-virtualized/

@Scalahansolo could you open a pull request with your progress? I am looking forward to the types being added and having your code would make it easier to help with...

I was able to get past the issue with parcel and opened #600 as a starting point.

Sorry, I wasn't able to work on this and we ended up using the previous version. Feel free to give it a go 💪

@jwhitham-ds in now working on this through #671 🙌

Please note that some loaders are not yet inheriting from moduleDefaults.

Historically, some loaders weren't using the cacheBuster so I am adding them one by one as I'm needing them. Let me know if I've missed one that's useful to you.

@luismatesanz I am afraid this PR is not going to be merged any time soon. If you really need it, you can install this fork via: `npm install wizbii/ocLazyLoad#merge`