Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
2016-12-20 13:50:41 +0800
Commit
26718842d3f505490d5d32524350f593db074bca
2 parents
40016f8f
bc6c5c3a
Merge branch 'release/5.3' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
public/gulpfile.js
public/gulpfile.js
View file @
2671884
...
...
@@ -192,6 +192,9 @@ gulp.task('webpack', (done) => {
proConfig
.
plugins
.
push
(
new
webpack
.
optimize
.
UglifyJsPlugin
({
compress
:
{
warnings
:
false
},
output
:
{
keep_quoted_props
:
true
}
}));
webpack
(
proConfig
,
(
err
,
stats
)
=>
{
...
...
Please
register
or
login
to post a comment