mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Upgrade babel to 7.0
This commit is contained in:
parent
96507f5fe7
commit
113e30d03d
3 changed files with 845 additions and 933 deletions
|
@ -69,10 +69,10 @@
|
|||
"sqlite3": "4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0",
|
||||
"@babel/preset-env": "7.0.0",
|
||||
"@fortawesome/fontawesome-free": "5.3.1",
|
||||
"babel-core": "6.26.3",
|
||||
"babel-loader": "7.1.5",
|
||||
"babel-preset-env": "1.7.0",
|
||||
"babel-loader": "8.0.0",
|
||||
"chai": "4.1.2",
|
||||
"copy-webpack-plugin": "4.5.2",
|
||||
"css-loader": "0.28.11",
|
||||
|
|
|
@ -44,7 +44,7 @@ const config = {
|
|||
loader: "babel-loader",
|
||||
options: {
|
||||
presets: [
|
||||
["env", {
|
||||
["@babel/env", {
|
||||
targets: {
|
||||
browsers: [
|
||||
"last 1 year",
|
||||
|
|
Loading…
Reference in a new issue