mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 19:30:15 +01: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
|
* Always include sources in sourcemap for better debugging
|
||||||
*/
|
*/
|
||||||
sourcemapExcludeSources: false,
|
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 || {})],
|
external: [...Object.keys(pkg.dependencies || {}), ...Object.keys(pkg.devDependencies || {})],
|
||||||
preserveSymlinks: true,
|
preserveSymlinks: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue