Skip to content

Commit

Permalink
fix: 修改打包方式为压缩打包
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Apr 11, 2022
1 parent 0c42947 commit 333661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
/** 清空输出路径 */
emptyOutDir: true,
/** 压缩代码 */
minify: false,
minify: true,
/** 打包库, 全局名字为 OCS */
lib: {
entry: "./index.ts",
Expand Down

0 comments on commit 333661f

Please sign in to comment.