Jiachi Liu

Results 102 issues of Jiachi Liu

there're some parameters like `exportCondition`, we don't want it to be used since it's designed for carrying information during build. We could separate another typing for it

area:typescript

scope the CSS applying logic and sheet creation into the imported CSS module

enhancement

Add a button to force reload the entire script

website

feature

Consider providing loading properly to identify if the script is loading or devjar is reloading the code files

feature

Either respect the package version from a specified `package.json` or can load the latest version of it from CDN. For instance, react should load react 18 with swr

feature

I was trying to wrap `` with my customized component. Like ```js const CurveLine = (props) => { // do some transform with props here return ( ) } ```...

bug

Would be nice if we can have a loading bar when the command starts as some project might be big to build that hangs for a while

good first issue
area:feature

bunchee will clean folders like `./dist/es`, `/dist/cjs` but not `./dist/test.ts` if you create one. Ideally the `./dist` folder should be removed to avoid bad files are included

area:bug

Since we can already do it for types in #508 , we should also be able to do it for js. Relative imports will have less issue about types resolving...

area:feature