mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web-src] Build web interface with modern option
This results in separate js files for browsers that support ES2015 and those that do not. Should reduce file size and parsing performance for modern browsers.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"author": "chme <christian.meffert@googlemail.com>",
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build --no-clean",
|
||||
"build": "vue-cli-service build --no-clean --modern",
|
||||
"lint": "vue-cli-service lint",
|
||||
"dev": "vue-cli-service serve"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user