Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
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
hongyong.zhao
2019-12-12 19:58:09 +0800
Commit
4c42391d28deaa70035a47683842280e72317c06
1 parent
e61605b9
update bundle command— reviewed by hy
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
bundle.js
bundle.js
View file @
4c42391
...
...
@@ -42,6 +42,7 @@ console.log(exeStr)
let
build
=
exec
(
exeStr
)
build
.
stdout
.
on
(
'data'
,
data
=>
console
.
log
(
'======: '
,
data
))
build
.
stderr
.
on
(
'data'
,
data
=>
console
.
log
(
'error======: '
,
data
))
build
.
stdout
.
on
(
'close'
,
zipPackage
)
...
...
Please
register
or
login
to post a comment