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
Right now, there is no compilation step. Since the Electron version used at the moment does not support some features of ES6 (notably import), the code is in a weird mix of ES5 and ES6.
Webpack with Babel will solve this problem.
The text was updated successfully, but these errors were encountered:
Right now, there is no compilation step. Since the Electron version used at the moment does not support some features of ES6 (notably
import
), the code is in a weird mix of ES5 and ES6.Webpack with Babel will solve this problem.
The text was updated successfully, but these errors were encountered: