-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesnt work as expected #2
Comments
good to know! PR welcome, otherwise i'll get to this when i have time |
Same. i tried |
It seems that there may be a publishing error to npmjs.org. |
i'll be honest, i dont use this much right now. @sgrimard would you like to be a maintainer? i can give you publish rights. is your npm name the same? |
hi,
i used:
barrelbot watch src/components
it produced : index.ts (not tsx!)
`
// THIS FILE IS AUTOGENERATED AND MANAGED BY BARRELBOT. DO NOT EDIT
// for more info: https://github.com/sw-yx/barrelbot
export * from './SmallButton.module.css'
export * from './SmallButton.module.css.d'
export * from './SmallButton.test.tsx'
export * from './SmallButton.tsx'
`
and it gives me an error , should be :
export * from './SmallButton' and so on. also I would like to have a way to ignore css , tests ...
The text was updated successfully, but these errors were encountered: