mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-31 09:35:16 +01:00
refs #901 Update build target node version
This commit is contained in:
parent
41d2841961
commit
094c19a2d1
6
.babelrc
6
.babelrc
@ -4,7 +4,7 @@
|
||||
"test": {
|
||||
"presets": [
|
||||
["@babel/preset-env", {
|
||||
"targets": { "node": 9 }
|
||||
"targets": { "node": 10 }
|
||||
}]
|
||||
],
|
||||
"plugins": [
|
||||
@ -17,7 +17,7 @@
|
||||
"main": {
|
||||
"presets": [
|
||||
["@babel/preset-env", {
|
||||
"targets": { "node": 9 }
|
||||
"targets": { "node": 10 }
|
||||
}]
|
||||
],
|
||||
"plugins": [
|
||||
@ -30,7 +30,7 @@
|
||||
"presets": [
|
||||
["@babel/preset-env", {
|
||||
"modules": false,
|
||||
"targets": { "node": "current" }
|
||||
"targets": { "electron": "6" }
|
||||
}]
|
||||
],
|
||||
"plugins": [
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "es2015",
|
||||
"target": "es6",
|
||||
"module": "esnext",
|
||||
"lib": [
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
|
Loading…
x
Reference in New Issue
Block a user