Doron Tsur
Doron Tsur
@imsnif Here we march in to our very old discussion of what are environments? If I write an extension which extends bit add or export it would not be an...
I understand that there is no difference in the meaning of bit. All are just extensions. But with these extension group the user can do most of the heavy dev...
Ok. So which concrete name? what @imsnif suggested?
In terms of approach we need to look at this differently. Were writing an environment. A tool for making the UI component reusable. It's a build process I agree, but...
@KutnerUri if I have dependencies that if exists I forceToPeer. Is that ok? for instance I might need @types/node as dependency for the consumer environment. even though it's a devDependency...
> As a rule, I think Bit should be handling the dependency detection. Bit can't handle dependencies which the compiler needs like babel plugins. Forcing a dependency to a specific...
> > @types/something should be a regular dependency so people consuming the component from the registry will be able to build. > > I think having @types/ as devDep is...
Can you try and add this in one of the component files ? ```typescript declare module ‘*.svg’ { const content: any; export const ReactComponent: any; export default content; } ```
Can you please share a tar of the project?
I was sure I actually attached them. Weird. I will do another session and attach.