File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 81
81
"eslint" : " ^9.20.1" ,
82
82
"eslint-plugin-jest-dom" : " ^5.5.0" ,
83
83
"eslint-plugin-react" : " ^7.37.4" ,
84
- "eslint-plugin-react-compiler" : " ^19.0.0-beta-bafa41b-20250307 " ,
84
+ "eslint-plugin-react-compiler" : " ^19.0.0-beta-3229e95-20250315 " ,
85
85
"eslint-plugin-react-hooks" : " ^5.2.0" ,
86
86
"eslint-plugin-react-hooks-extra" : " ^1.26.2" ,
87
87
"eslint-plugin-sonarjs" : " ^3.0.1" ,
95
95
"react-dnd" : " ^16.0.1" ,
96
96
"react-dnd-html5-backend" : " ^16.0.1" ,
97
97
"react-dom" : " ^19.0.0" ,
98
- "rolldown" : " ^1.0.0-beta.4 " ,
98
+ "rolldown" : " ^1.0.0-beta.6 " ,
99
99
"typescript" : " ~5.8.2" ,
100
100
"vite" : " ^6.1.0" ,
101
101
"vitest" : " ^3.0.6" ,
Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ export default defineConfig({
10
10
dir : 'lib' ,
11
11
entryFileNames : 'bundle.js' ,
12
12
cssEntryFileNames : 'styles.css' ,
13
- // TODO: re-enable
14
- // https://github.com/rolldown/rolldown/issues/3242#issuecomment-2721489935
15
- sourcemap : false
13
+ sourcemap : true
16
14
} ,
17
15
platform : 'browser' ,
18
16
external : ( id ) => ! id . startsWith ( '.' ) && ! isAbsolute ( id ) ,
You can’t perform that action at this time.
0 commit comments