chore: disable modern build (halo-dev/console#454)

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/3445/head
Ryan Wang 2022-02-22 16:33:59 +08:00 committed by GitHub
parent c25bb0a3cf
commit bb0a457dfd
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"
},