File tree 3 files changed +1354
-53
lines changed
3 files changed +1354
-53
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"presets" : [" @babel/preset-env" ],
3
3
"plugins" : [
4
- " @babel/plugin-transform-destructuring" ,
5
- " @babel/plugin-proposal-object-rest-spread" ,
6
- " @babel/plugin-transform-async-to-generator" ,
7
4
[
8
5
" module-resolver" ,
9
6
{
22
19
"env" : {
23
20
"development" : {
24
21
"plugins" : [
25
- [" @babel/plugin-proposal-export-default-from" ],
26
- [" @babel/plugin-proposal-export-namespace-from" ],
27
22
[
28
23
" @babel/plugin-transform-runtime" ,
29
24
{
Original file line number Diff line number Diff line change 29
29
"license" : " ISC" ,
30
30
"devDependencies" : {
31
31
"@babel/core" : " ^7.0.0" ,
32
- "@babel/plugin-external-helpers" : " ^7.2.0" ,
33
- "@babel/plugin-proposal-export-default-from" : " ^7.0.0" ,
34
- "@babel/plugin-proposal-export-namespace-from" : " ^7.0.0" ,
35
- "@babel/plugin-proposal-object-rest-spread" : " ^7.0.0" ,
36
- "@babel/plugin-transform-async-to-generator" : " ^7.0.0" ,
37
- "@babel/plugin-transform-destructuring" : " ^7.0.0" ,
38
32
"@babel/plugin-transform-runtime" : " ^7.0.0" ,
39
33
"@babel/polyfill" : " ^7.0.0" ,
40
34
"@babel/preset-env" : " ^7.0.0" ,
46
40
"babel-core" : " ^7.0.0-bridge.0" ,
47
41
"babel-eslint" : " ^10.0.1" ,
48
42
"babel-jest" : " ^23.4.2" ,
49
- "babel-plugin-external-helpers" : " ^6.22.0" ,
50
43
"babel-plugin-module-alias" : " ^1.6.0" ,
51
44
"babel-plugin-module-resolver" : " ^3.1.2" ,
52
45
"babelify" : " ^10.0.0" ,
You can’t perform that action at this time.
0 commit comments