You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to have a template work with electron, the "main" field in the resulting template must be something like "main": "build/electron.js". Currently, there is no way to allow this, as a "main" field in template.json will not populate into the template.
Describe the solution you'd like
"main": "build/electron.js" in template.json transpiles to "main": "build/electron.js" in package.json at root of template.
The text was updated successfully, but these errors were encountered:
Is your proposal related to a problem?
In order to have a template work with electron, the "main" field in the resulting template must be something like
"main": "build/electron.js"
. Currently, there is no way to allow this, as a "main" field in template.json will not populate into the template.Describe the solution you'd like
"main": "build/electron.js"
in template.json transpiles to"main": "build/electron.js"
in package.json at root of template.The text was updated successfully, but these errors were encountered: