electron/build/webpack
Samuel Attard 634ab45095
build: make electron renderer init scripts profilable (#23855)
The devtools profiler is not attached at the point we run out init scripts (or our apps preload scripts), we do not really want to change when we run these init scripts but for when a dev is doing performance work it makes sense to give them an option to make the devtools profiler actually work on both our init scripts and their preload script.  This PR adds that logic behind an environment variable ELECTRON_PROFILE_INIT_SCRIPTS.
2020-06-01 16:08:34 -07:00
..
get-outputs.js refactor: bundle the browser and renderer process electron code (#18553) 2019-06-02 13:03:03 -07:00
run-compiler.js build: make electron renderer init scripts profilable (#23855) 2020-06-01 16:08:34 -07:00
webpack.config.base.js build: make electron renderer init scripts profilable (#23855) 2020-06-01 16:08:34 -07:00
webpack.config.browser.js refactor: bundle the browser and renderer process electron code (#18553) 2019-06-02 13:03:03 -07:00
webpack.config.isolated_renderer.js refactor: bundle the browser and renderer process electron code (#18553) 2019-06-02 13:03:03 -07:00
webpack.config.renderer.js build: make electron renderer init scripts profilable (#23855) 2020-06-01 16:08:34 -07:00
webpack.config.sandboxed_renderer.js build: make electron renderer init scripts profilable (#23855) 2020-06-01 16:08:34 -07:00
webpack.config.worker.js refactor: bundle the browser and renderer process electron code (#18553) 2019-06-02 13:03:03 -07:00
webpack.gni build: make electron renderer init scripts profilable (#23855) 2020-06-01 16:08:34 -07:00