Stéphane Goetz
Stéphane Goetz
It is similar to #791 but not really All cases in #791 point on a missing `createRequire` (which BTW seems to work fine now) My case is that I have...
Hi, PSR-2 doesn't force you to use namespaces : https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md#3-namespace-and-class-names and this would already help a lot with composer packages autoloading. BTW: can you please add some git tags, that...
Thanks @HonkingGoose for the review! I made a few more changes which, I hope, improve the readability
My pleasure 😄, sorry for leaving that hanging for so long 😬
This is how Vercel implemented this : https://github.com/vercel/next.js/blob/v14.0.4/packages/next/src/build/webpack/loaders/next-barrel-loader.ts
Hi, I released a fix in version `1.26.0-alpha.1` can you try it out ?
Fix released in https://github.com/swissquote/crafty/releases/tag/v1.26.0
Hi @jonnitto, thanks for the suggestion and contribution. This looks interesting. Can you please add one test to make sure this does what it is supposed to ? Thanks
Awesome, no worries, that's good enough, I'll have a look tonight
Hmm, so I looked into this and have bad news. the reason the test fails with `No such file or directory (os error 2)` is that it tries to find...