This commit is contained in:
2020-07-02 23:10:41 +00:00
parent ba902e3c70
commit ec92d856fb

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",
"test:front": "vue-cli-service test:e2e --url http://localhost:8080",
@@ -81,9 +81,7 @@
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
"defaults"
],
"jest": {
"preset": "@vue/cli-plugin-unit-jest"