mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
chore(dx/server): minify output
This commit is contained in:
@@ -32,7 +32,11 @@ async function build() {
|
|||||||
loader: {
|
loader: {
|
||||||
".css": "text",
|
".css": "text",
|
||||||
".ejs": "text"
|
".ejs": "text"
|
||||||
}
|
},
|
||||||
|
define: {
|
||||||
|
"process.env.NODE_ENV": JSON.stringify("production"),
|
||||||
|
},
|
||||||
|
minify: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user