diego3g / electron-typescript-react

:electron: An Electron boilerplate including TypeScript, React, Jest and ESLint.
1.45k stars 295 forks source link

how to add source in head tag? #30

Closed fadhilx closed 3 years ago

fadhilx commented 3 years ago

i tried to edit index.html, but it doesnt work. for example i want to add this in

    <link
      rel="stylesheet"
      href="css/bootstrap.css"
    />
diego3g commented 3 years ago

Now the index.html file is editable, please refer to the new version implemented by 6acba3b654ee6a56ccd591a9fae157e957abd269.