Skip to content

Commit eacbe61

Browse files
authored
Update rolldown, re-enable sourcemaps (#3740)
1 parent db9f6a3 commit eacbe61

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
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",
@@ -95,7 +95,7 @@
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",

rolldown.config.js

+1-3
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)