-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
Description
Prerequisites
- I am using the correct version of React-Bootstrap for my version of Bootstrap
- I have searched for duplicate or closed issues
- I have read the contributing guidelines
Describe the bug
I'm trying to fork this package into a separate one with a few modifications, but when I publish to npm I can't manage to have all the folders in the same structure as this package is published in npm 🤯
Can you please share the script you use to publish to a registry. I tried npm run publish
but it doesn't recreate the folders per component with each having their own package.json like for example this one for Modal:
{
"name": "react-bootstrap/Modal",
"private": true,
"main": "../cjs/Modal.js",
"module": "../esm/Modal.js",
"types": "../esm/Modal.d.ts"
}
Thanks!! 🙏
Expected behavior
No response
To Reproduce
No response
Reproducible Example
blank
Screenshots
No response
What operating system(s) are you seeing the problem on?
No response
What browser(s) are you seeing the problem on?
No response
What version of React-Bootstrap are you using?
latest
What version of Bootstrap are you using?
latest
Additional context
No response