Skip to content

Commit

Permalink
Improve .babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
HaNdTriX committed Apr 10, 2021
1 parent 2bb4351 commit ee01f60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example/babel.config.js
Expand Up @@ -7,10 +7,7 @@ module.exports = {
{
"preset-env": {
targets: {
// Babel Env needs to upgrade electron-to-chromium
// for the following line to work with electron > 7:
// electron: devDependencies.electron.replace(/^\^|~/, ""),
electron: 7,
electron: devDependencies.electron.replace(/^\^|~/, ""),
},
},
},
Expand Down

0 comments on commit ee01f60

Please sign in to comment.