chore: disable modern build (#454)

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/461/head
Ryan Wang 2022-02-22 16:33:59 +08:00 committed by GitHub
parent 7c91a08f83
commit e2bf2756f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"scripts": {
"prepare": "husky install",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build": "vue-cli-service build --no-module",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},