[sourcemaps] want to load sourcemaps of library and a project to be shown in dev tool #3720
Replies: 1 comment
-
my rsbuild config |
Beta Was this translation helpful? Give feedback.
-
my rsbuild config |
Beta Was this translation helpful? Give feedback.
-
im using rsbuild in react. got stuck with a blocker.
my project structure:
projectMain
|_ projectA
| |
| | dist
|
|_ node_modules
| |
| | ui-lib
| |
| |_ lib (main.d.ts etc) built using vite
| |
| |_ ui-lib.js
| |_ ui-lib.js.map
| |_ ui-lib.umd.cjs
| |_ ui-lib.ums.cjs.map
|
|_ src (project Main)
|_ rsbuild.config.js
now, i want see sourcemaps of ui-lib & projectA after production build. so, i can debug
please help me out on how to achieve this
Beta Was this translation helpful? Give feedback.
All reactions