Skip to content

Commit

Permalink
[example] Remove babel in favour of browserslist
Browse files Browse the repository at this point in the history
Next.js will now use SWC!
  • Loading branch information
HaNdTriX committed Aug 11, 2022
1 parent 3783d42 commit 40b7133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
16 changes: 0 additions & 16 deletions example/babel.config.js

This file was deleted.

5 changes: 4 additions & 1 deletion example/package.json
Expand Up @@ -26,5 +26,8 @@
},
"dependencies": {
"next-electron-server": "latest"
}
},
"browserslist": [
"Electron ^20.0.1"
]
}

0 comments on commit 40b7133

Please sign in to comment.