File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,15 @@ module.exports = {
3
3
"presets" : [
4
4
[ "@babel/preset-env" , {
5
5
"targets" : [
6
- "last 2 Chrome versions" , "last 2 Firefox versions" , "last 2 Safari versions"
6
+ "last 2 Chrome versions" ,
7
+ "last 2 Firefox versions" ,
8
+ "last 2 Safari versions" ,
9
+ "last 2 Edge versions" ,
7
10
] ,
8
11
} ] ,
9
12
"@babel/preset-typescript" ,
10
13
"@babel/preset-flow" ,
11
- "@babel/preset-react"
14
+ "@babel/preset-react" ,
12
15
] ,
13
16
"plugins" : [
14
17
[ "@babel/plugin-proposal-decorators" , { legacy : true } ] ,
@@ -18,6 +21,6 @@ module.exports = {
18
21
"@babel/plugin-proposal-object-rest-spread" ,
19
22
"@babel/plugin-transform-flow-comments" ,
20
23
"@babel/plugin-syntax-dynamic-import" ,
21
- "@babel/plugin-transform-runtime"
22
- ]
24
+ "@babel/plugin-transform-runtime" ,
25
+ ] ,
23
26
} ;
You can’t perform that action at this time.
0 commit comments