Closed Hotell closed 7 years ago
Current behavior
We import from other package via relative path, which is a big no no ( packages are bundled multiple times )
Expected behavior
instead of import {Button} from '../button we need to import {Button} from '@blaze-elements/button'
import {Button} from '../button
import {Button} from '@blaze-elements/button'
this should be provided by Lerna. Type definitions needs to be properly generated as well for this to work withou compilation errors
again always include Closes #Number when merging to automatically close issues ( also important for changelog )
cheersssss
Closed by #169
Current behavior
We import from other package via relative path, which is a big no no ( packages are bundled multiple times )
Expected behavior
instead of
import {Button} from '../button
we need toimport {Button} from '@blaze-elements/button'
this should be provided by Lerna. Type definitions needs to be properly generated as well for this to work withou compilation errors