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
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2016-12-20 13:46:07 +0800
Commit
6f2aeb1032a61b7cb621edac50889d43e6f8d353
1 parent
dc31d567
压缩保留引号
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 @
6f2aeb1
...
...
@@ -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