Skip to content

Commit

Permalink
build(harmony): 调整视图层编译配置
Browse files Browse the repository at this point in the history
  • Loading branch information
zhetengbiji committed May 21, 2024
1 parent 0d4bfc9 commit 4dc780e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/uni-app-harmony/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ export default defineConfig({
build: {
target: 'es2015',
cssTarget,
minify: 'terser',
// 暂不压缩
minify: false,
cssCodeSplit: false,
lib: {
name: 'uni-app-view',
Expand Down

0 comments on commit 4dc780e

Please sign in to comment.