tsup not including the css file path
Im creating my typeScript build using tsup, its reading the style.css file and making its build in the dist/index.css as well, but its not including its filename path in the file. I keep importing my filepath manually by doing import './index.css'
in the build folder.