Jiachi Liu
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
scope the CSS applying logic and sheet creation into the imported CSS module
Consider providing loading properly to identify if the script is loading or devjar is reloading the code files
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
I was trying to wrap `` with my customized component. Like ```js const CurveLine = (props) => { // do some transform with props here return ( ) } ```...
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
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
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...