You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the --exports flag, I would like the sub-folder to name the export as opposed to the filename
For example, I have the following structure:
.
├── src
├──── button
├────── index.js
Currently, using the --exports flag will name one of the exports as index instead of button. It would be nice if the index.js is inside a sub-folder to be able to use that as the name so the generated exports in package.json appear as:
Description
When using the --exports flag, I would like the sub-folder to name the export as opposed to the filename
For example, I have the following structure:
Currently, using the --exports flag will name one of the exports as index instead of button. It would be nice if the index.js is inside a sub-folder to be able to use that as the name so the generated exports in package.json appear as:
vs
The text was updated successfully, but these errors were encountered: