Commit fcdb969
committed
fix: provide platform when emitting webpack_compilation_ready event
Providing platform on webpack_compilation_ready event will give us the ability to transfer android specific hmr files only on android devices and iOS specific hmr files only on iOS devices1 parent 6d274fe commit fcdb969
File tree
2 files changed
+3
-2
lines changed- lib
- controllers
- services/webpack
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments