I recently started using Bitsrc.io to organize my shared components.
There have been instances where I imported a remote component that ended up adding physical files to my project. Later on, I wanted to eject the module so it would be managed by npm again. But since I hadn't made any changes, bit-cli responded with
nothing to export
I tried looking for information on their documentation regarding using the --eject flag for scenarios other than exporting, but couldn't find anything.
Has anyone else encountered this issue before?