1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-02-02 06:51:58 +00:00

Use modern mode

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-10-14 19:04:14 +02:00
parent 0693defd03
commit ea70b96a26
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build": "vue-cli-service build --modern",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"