This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
vuejs
/
core
mirror of
https://github.com/vuejs/core.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
workflow: use terser minification when checking size
Evan You
4 năm trước cách đây
mục cha
1701bf3968
commit
3bdd03b152
1 tập tin đã thay đổi
với
2 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
2
1
packages/size-check/vite.config.js
+ 2
- 1
packages/size-check/vite.config.js
Xem Tập Tin
@@ -5,6 +5,7 @@ export default {
output: {
entryFileNames: `[name].js`
}
- }
+ },
+ minify: 'terser'
}
}