mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 12:20:14 +01:00
remove unnecessary code
This commit is contained in:
parent
6e42d4fa3d
commit
fd5fba45e6
1 changed files with 0 additions and 5 deletions
|
|
@ -32,12 +32,7 @@ export default defineConfig({
|
|||
return "vendor";
|
||||
}
|
||||
},
|
||||
sourcemapIgnoreList: (relativeSourcePath) => {
|
||||
const normalizedPath = path.normalize(relativeSourcePath);
|
||||
return normalizedPath.includes("node_modules");
|
||||
},
|
||||
},
|
||||
cache: false,
|
||||
},
|
||||
},
|
||||
resolve: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue