Simplify babel config

This commit is contained in:
Max Goodhart
2020-07-05 21:45:39 -07:00
parent 3381c00cfc
commit bb0f2a939f
2 changed files with 10 additions and 13 deletions

View File

@@ -1,16 +1,4 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": "commonjs",
"targets": {
"electron": "9",
"node": true
}
}
]
],
"plugins": [
"@babel/plugin-proposal-optional-chaining",
"babel-plugin-styled-components",