Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ca997c15ca4ed94e9dacf58081503b1e61b0e001
Authored by
jinmao88
2023-06-17 08:45:58 +0800
1 parent
4c381596
fix: 默认不清除ts内console.log()
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
internal/vite-config/src/config/common.ts
internal/vite-config/src/config/common.ts
View file @
ca997c1
...
...
@@ -7,7 +7,7 @@ const commonConfig: UserConfig = {
7
7
host: true,
8
8
},
9
9
esbuild: {
10
- drop: ['
console', '
debugger'],
10
+ drop: ['
debugger'],
11
11
},
12
12
build: {
13
13
reportCompressedSize: false,
...
...