electron-jsx-babel-boilerplate icon indicating copy to clipboard operation
electron-jsx-babel-boilerplate copied to clipboard

Electron modules

Open blmarket opened this issue 8 years ago • 0 comments

current modules like browserWindow, menu, ... should be imported via 'electron'.

import app from 'app'; // wrong
import {app} from 'electron'; // should be

blmarket avatar Jul 02 '16 06:07 blmarket