File tree Expand file tree Collapse file tree 2 files changed +321
-314
lines changed Expand file tree Collapse file tree 2 files changed +321
-314
lines changed Original file line number Diff line number Diff line change 72
72
"@babel/plugin-transform-destructuring" : " ^7.18.13" ,
73
73
"@babel/plugin-transform-for-of" : " 7.18.8" ,
74
74
"@babel/preset-env" : " 7.13.10" ,
75
- "@babel/register" : " 7.13.8" ,
76
75
"@commitlint/cli" : " 17.1.2" ,
77
76
"@js-library/commitlint-config" : " 0.0.4" ,
78
- "ava" : " 3.15.0" ,
77
+ "@node-loader/babel" : " 2.0.1" ,
78
+ "ava" : " 4.3.3" ,
79
79
"babel-plugin-transform-remove-console" : " 6.9.4" ,
80
80
"babel-plugin-unassert" : " 3.0.1" ,
81
81
"babel-preset-power-assert" : " 3.0.0" ,
100
100
" test/src/**/*"
101
101
],
102
102
"require" : [
103
- " regenerator-runtime/runtime" ,
104
- " @babel/register"
103
+ " regenerator-runtime/runtime"
105
104
],
106
- "timeout" : " 1m"
105
+ "timeout" : " 1m" ,
106
+ "nodeArguments" : [
107
+ " --experimental-loader=@node-loader/babel"
108
+ ]
107
109
},
108
110
"babel" : {
109
111
"sourceMaps" : true ,
110
- "presets" : [
111
- [
112
- " @babel/preset-env" ,
113
- {
114
- "targets" : " current node"
115
- }
116
- ]
117
- ],
118
112
"plugins" : [
119
113
[
120
114
" transform-remove-console" ,
You can’t perform that action at this time.
0 commit comments