mirror of
https://github.com/zadam/trilium.git
synced 2025-10-04 04:25:57 +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: {
|
||||
".css": "text",
|
||||
".ejs": "text"
|
||||
}
|
||||
},
|
||||
define: {
|
||||
"process.env.NODE_ENV": JSON.stringify("production"),
|
||||
},
|
||||
minify: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue