Skip to content

Commit

Permalink
fix: 修复打包压缩选项
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Apr 13, 2022
1 parent 043d755 commit 9425289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div style="text-align: center;">
<div align="center">

# OCS 网课助手

Expand Down
2 changes: 1 addition & 1 deletion packages/core/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
/** 清空输出路径 */
emptyOutDir: true,
/** 压缩代码 */
minify: false,
minify: true,
/** 打包库, 全局名字为 OCS */
lib: {
entry: "./index.ts",
Expand Down

0 comments on commit 9425289

Please sign in to comment.