I base on Meteor 1.4, Node 21.6, Mup 1.5.10.
Deployment not complete to push, always show 0% for a long time.
Please help me
1 Like
Thanks for your reply.
Now I tried on Node 12
, It work find to deploy.
But still get message WARN: Output exceeds 32000 characters'?
.
By your link, It got help with
"scripts": {
"uglifyjs":"uglifyjs -b beautify=false,max-line-len=120000"
}
But I donβt know the place to put it in my app.
Could you help me?