mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 17:47:43 +02:00
chore(server): remove sharp from externals
This commit is contained in:
@@ -11,7 +11,7 @@ async function main() {
|
||||
build.copy("/packages/share-theme/src/templates", "share-theme/templates/");
|
||||
|
||||
// Copy node modules dependencies
|
||||
build.copyNodeModules([ "better-sqlite3", "bindings", "file-uri-to-path", "pdfjs-dist", "sharp" ]);
|
||||
build.copyNodeModules([ "better-sqlite3", "bindings", "file-uri-to-path", "pdfjs-dist" ]);
|
||||
build.copy("/node_modules/ckeditor5/dist/ckeditor5-content.css", "ckeditor5-content.css");
|
||||
|
||||
build.buildFrontend();
|
||||
|
||||
@@ -52,7 +52,6 @@ export default class BuildHelper {
|
||||
"@electron/remote",
|
||||
"better-sqlite3",
|
||||
"pdfjs-dist",
|
||||
"sharp",
|
||||
"./xhr-sync-worker.js",
|
||||
"vite"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user