Aleksandr Strutynskyy

Results 3 issues of Aleksandr Strutynskyy

Config: ``` "electronWebpack": { "renderer": { "dll": [ "@material-ui/core", "@material-ui/icons", ... ] } }, ``` ERROR in vendor.js from Terser Unexpected character '@' [external "@material-ui/core":1,0][vendor.js:98,17] if I remove `@material-ui/core` and...

If you enable babel sourceMaps in your `ember-cli-build.js` and run `COVERAGE=true ember serve/test` you get bunch of errors: ``` Unable to cover: app/app.js . Newer JS features may need Babel...

Node: 6 This is happening just with: ``` javascript import lwip from 'lwip'; ``` I cannot downgrade node, since using specific electron version...