Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
2019-10-21 17:16:03 +0800
Commit
ac30474ac923b63e621f03419225a1adac701199
1 parent
336c6a29
add remove console.log
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
build/webpack.client.conf.js
build/webpack.client.conf.js
View file @
ac30474
...
...
@@ -60,7 +60,10 @@ const webpackConfig = merge(baseConfig, {
parallel
:
true
,
sourceMap
:
true
,
terserOptions
:
{
safari10
:
true
safari10
:
true
,
compress
:
{
drop_console
:
true
,
}
}
})]
},
...
...
Please
register
or
login
to post a comment