Skip to content

Commit 4e79fe0

Browse files
committed
fix: will only output the legacy bundles that support all target browsers
1 parent 68b32bf commit 4e79fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
7-
"build": "vue-cli-service build",
7+
"build": "vue-cli-service build --no-module",
88
"test:unit": "vue-cli-service test:unit",
99
"lint": "vue-cli-service lint",
10-
"build:preview": "vue-cli-service build --mode preview",
10+
"build:preview": "vue-cli-service build --no-module --mode preview",
1111
"lint:nofix": "vue-cli-service lint --no-fix",
1212
"lint:js": "eslint src/**/*.js --fix",
1313
"lint:css": "stylelint src/**/*.*ss --fix --custom-syntax postcss-less",

0 commit comments

Comments
 (0)