add preload.js script to electron main

This commit is contained in:
Enrique Hernandez 2020-10-07 13:03:01 -05:00
commit 04d694619e
8 changed files with 1847 additions and 55 deletions

View file

@ -11,6 +11,10 @@
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<!-- <h1>Hello World!</h1>
We are using Node.js <span id="node-version"></span>, Chromium
<span id="chrome-version"></span>, and Electron
<span id="electron-version"></span>. -->
<div id="app"></div>
<!-- built files will be auto injected -->
</body>