update lbry-redux #11
No reviewers
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
dependencies
Epic
good first issue
hacktoberfest
help wanted
icebox
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbryinc#11
Loading…
Reference in a new issue
No description provided.
Delete branch "lbrynet30"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -1429,1 +1459,4 @@
});
Object.defineProperty(exports, 'creditsToString', {
enumerable: true,
get: function get() {
@skhameneh
I've noticed that after I use
yarn link
. Webpack starts to bring in functions that aren't used in this module. It was after I pointedlbryinc
andlbry-desktop
to my local instance oflbry-redux
. Any idea how to prevent this?@ -1429,1 +1459,4 @@
});
Object.defineProperty(exports, 'creditsToString', {
enumerable: true,
get: function get() {
It'll be built against what's linked and it's subjective to your dev environment.
The proper fix is to remove artifacts from the repo.