File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 8181 "eslint" : " ^9.20.1" ,
8282 "eslint-plugin-jest-dom" : " ^5.5.0" ,
8383 "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 " ,
8585 "eslint-plugin-react-hooks" : " ^5.2.0" ,
8686 "eslint-plugin-react-hooks-extra" : " ^1.26.2" ,
8787 "eslint-plugin-sonarjs" : " ^3.0.1" ,
9595 "react-dnd" : " ^16.0.1" ,
9696 "react-dnd-html5-backend" : " ^16.0.1" ,
9797 "react-dom" : " ^19.0.0" ,
98- "rolldown" : " ^1.0.0-beta.4 " ,
98+ "rolldown" : " ^1.0.0-beta.6 " ,
9999 "typescript" : " ~5.8.2" ,
100100 "vite" : " ^6.1.0" ,
101101 "vitest" : " ^3.0.6" ,
Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ export default defineConfig({
1010 dir : 'lib' ,
1111 entryFileNames : 'bundle.js' ,
1212 cssEntryFileNames : 'styles.css' ,
13- // TODO: re-enable
14- // https://github.com/rolldown/rolldown/issues/3242#issuecomment-2721489935
15- sourcemap : false
13+ sourcemap : true
1614 } ,
1715 platform : 'browser' ,
1816 external : ( id ) => ! id . startsWith ( '.' ) && ! isAbsolute ( id ) ,
You can’t perform that action at this time.
0 commit comments