File tree Expand file tree Collapse file tree 6 files changed +9880
-10298
lines changed
Expand file tree Collapse file tree 6 files changed +9880
-10298
lines changed Original file line number Diff line number Diff line change 33 "version" : " 1.0.1" ,
44 "private" : true ,
55 "devDependencies" : {
6- "@rsbuild/core" : " 1.1.0 " ,
7- "@rslib/core" : " 0.1.3 " ,
6+ "@rsbuild/core" : " 1.2.19 " ,
7+ "@rslib/core" : " 0.5.4 " ,
88 "@types/node" : " ^22.10.1" ,
99 "typescript" : " ^5.7.2"
1010 }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export const nodeMinifyConfig: Minify = {
1616 // preserve variable name and disable minify for easier debugging
1717 mangle : false ,
1818 minify : false ,
19- compress : false ,
19+ compress : true ,
2020 } ,
2121 } ,
2222} ;
@@ -27,8 +27,8 @@ export const pluginCleanTscCache: RsbuildPlugin = {
2727 setup ( api ) {
2828 api . onBeforeBuild ( ( ) => {
2929 const tsbuildinfo = path . join (
30- api . context . rootPath ,
31- 'tsconfig.tsbuildinfo' ,
30+ api . context . rootPath ,
31+ 'tsconfig.tsbuildinfo' ,
3232 ) ;
3333 if ( fs . existsSync ( tsbuildinfo ) ) {
3434 fs . rmSync ( tsbuildinfo ) ;
Original file line number Diff line number Diff line change 6464 "@react-router/dev" : " ^7.1.3" ,
6565 "@react-router/node" : " ^7.1.3" ,
6666 "@rsbuild/config" : " workspace:*" ,
67- "@rsbuild/core" : " ^1.2.3 " ,
68- "@rslib/core" : " 0.1.3 " ,
67+ "@rsbuild/core" : " ^1.2.19 " ,
68+ "@rslib/core" : " ^0.5.4 " ,
6969 "@rspack/core" : " ^1.1.6" ,
7070 "@types/babel__core" : " ^7.6.8" ,
7171 "@types/babel__generator" : " ^7.6.8" ,
You can’t perform that action at this time.
0 commit comments