Hello I have a publishab…

less than 1 minute read

Hello I have a publishable react library that imports an external component such as import { mycomponent } from '@bit/mycomponent.name'; on build my build fails because of:

No name was provided for external module '@bit/mycomponent.name' in output.globals – guessing 'mycomponent_name' anyone know where I should configure this? @here

Updated: