mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 06:05:56 -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:
parent
70bb1cbc7a
commit
72d790aec5
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user