Add HMR support #2303

Merged
skhameneh merged 8 commits from webpack-rebase into master 2019-03-05 19:40:12 +01:00
skhameneh commented 2019-03-05 07:40:21 +01:00 (Migrated from github.com)

PR Checklist

Please check all that apply to this PR using "x":

  • I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
  • I have checked that this PR does not introduce a breaking change
  • This PR introduces breaking changes and I have provided a detailed explanation below

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes)
  • Documentation changes
  • Other - Please describe:

Fixes

Issue Number:

What is the current behavior?

What is the new behavior?

Other information

## PR Checklist <!-- For the checkbox formatting to work properly, make sure there are no spaces on either side of the "x" --> Please check all that apply to this PR using "x": - [ ] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged) - [ ] I have checked that this PR does not introduce a breaking change - [ ] This PR introduces breaking changes and I have provided a detailed explanation below ## PR Type What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting) - [ ] Refactoring (no functional changes) - [ ] Documentation changes - [ ] Other - Please describe: ## Fixes Issue Number: ## What is the current behavior? ## What is the new behavior? ## Other information <!-- If this PR contains a breaking change, please describe the impact and solution strategy for existing applications below. -->
skhameneh commented 2019-03-05 10:28:26 +01:00 (Migrated from github.com)

@seanyesmunt see this
0f2c25fab4

@seanyesmunt see this https://github.com/develar/electron-builder/commit/0f2c25fab49ac2a9e584ecb9dcadadcb01242e88
neb-b (Migrated from github.com) reviewed 2019-03-05 16:42:20 +01:00
@ -36,3 +39,4 @@
"dist": "electron-builder"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
neb-b (Migrated from github.com) commented 2019-03-05 16:42:20 +01:00

Do we need this if we have build and build:dir?

Do we need this if we have `build` and `build:dir`?
skhameneh (Migrated from github.com) reviewed 2019-03-05 18:57:47 +01:00
@ -36,3 +39,4 @@
"dist": "electron-builder"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
skhameneh (Migrated from github.com) commented 2019-03-05 18:43:05 +01:00

Don't need either, I put these here both for convenience and testing.
Can remove, I left them thinking that can be nice to have locally

Don't need either, I put these here both for convenience and testing. Can remove, I left them thinking that can be nice to have locally
neb-b (Migrated from github.com) reviewed 2019-03-05 19:01:06 +01:00
@ -36,3 +39,4 @@
"dist": "electron-builder"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
neb-b (Migrated from github.com) commented 2019-03-05 19:01:06 +01:00

I'll keep them. Eventually I'd like to clean up some of the scripts though

I'll keep them. Eventually I'd like to clean up some of the scripts though
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#2303
No description provided.