Only call browserify when one of sandbox sources change
This commit is contained in:
parent
0b86acfef4
commit
e0afb814aa
4 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
// Any requires added here need to be added to the browserify_entries array
|
||||
// in filenames.gypi so they get built into the preload_bundle.js bundle
|
||||
|
||||
module.exports = function (ipcRenderer, binding) {
|
||||
ipcRenderer.send = function (...args) {
|
||||
return binding.send('ipc-message', args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue