mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
®️ chore: Remove Unnecessary sourcemapPathTransform
in Rollup Config
This commit is contained in:
parent
8bcdc041b2
commit
8d1d95371f
1 changed files with 0 additions and 10 deletions
|
@ -55,16 +55,6 @@ const cjsBuild = {
|
|||
* Always include sources in sourcemap for better debugging
|
||||
*/
|
||||
sourcemapExcludeSources: false,
|
||||
/**
|
||||
* Use absolute paths in sourcemaps for better IDE support
|
||||
*/
|
||||
sourcemapPathTransform: (relativeSourcePath) => {
|
||||
/**
|
||||
* Convert to absolute path for better debugger support
|
||||
*/
|
||||
const path = require('path');
|
||||
return path.resolve(relativeSourcePath);
|
||||
},
|
||||
},
|
||||
external: [...Object.keys(pkg.dependencies || {}), ...Object.keys(pkg.devDependencies || {})],
|
||||
preserveSymlinks: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue