mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-15 20:26:33 +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";
|
return "vendor";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
sourcemapIgnoreList: (relativeSourcePath) => {
|
|
||||||
const normalizedPath = path.normalize(relativeSourcePath);
|
|
||||||
return normalizedPath.includes("node_modules");
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
cache: false,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue