mirror of
https://github.com/zadam/trilium.git
synced 2025-10-09 23:18:46 +08:00
chore(dx/server): minify output
This commit is contained in:
parent
897b896c11
commit
4b9688af04
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue