Fix incorrect package.json#exports#548
Fix incorrect package.json#exports#548NullVoxPopuli wants to merge 1 commit intoCrowdStrike:mainfrom
Conversation
|
|
I think this is an actual bug in Embroider (vite), so this change would only work around it. It's a valid exports config according to these docs: https://nodejs.org/api/packages.html#package-entry-points |
|
Thanks for bringing this up! I could get convinced to merge this as a workaround to unblock people, but I do agree this seems more like a bug in Embroider. The exports map was done like this very intentionally. |
|
I've patched this workaround onto my project, but it would be nice if it wasn't needed. |
Resolves: embroider-build/embroider#2329