mirror of
https://github.com/silvanshade/tower-lsp-web-demo.git
synced 2025-01-22 11:47:51 +00:00
Re-enable minification
This commit is contained in:
parent
01e59f6ff0
commit
20fb05c086
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ const config = {
|
|||
}),
|
||||
],
|
||||
optimization: {
|
||||
minimize: false,
|
||||
minimize: true,
|
||||
},
|
||||
performance: {
|
||||
hints: false,
|
||||
|
|
Loading…
Reference in a new issue