stagas
stagas
it was breaking for variable argument functions, now fixed. Originally wanted to avoid slicing arguments.
Ok that's helpful, good to know, thanks. Then the issue is consuming bundles that have it already compiled down, so Vite will still break unless that change or that hook...
I agree with @WearyMonkey, arrow functions that return single expression should be able to be compacted as much as they can, the current behavior discourages the usage of higher order...
Yes that would be ideal. Any ideas how to go about it?
> I just published a resolver package that solves this issue using [resolve.exports](https://github.com/lukeed/resolve.exports): https://www.npmjs.com/package/eslint-import-resolver-exports > > It's currently beta but seems to work for most of my projects. Feedback appreciated....