barrelbot icon indicating copy to clipboard operation
barrelbot copied to clipboard

doesnt work as expected

Open mi4uu opened this issue 5 years ago • 4 comments

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 ...

mi4uu avatar Mar 07 '19 15:03 mi4uu