Skip to content

Commit d4520a9

Browse files
yoshinorinxuwei-k
authored andcommitted
babel v7.x, mocha 8.x へのアップグレード
1 parent 9231b22 commit d4520a9

File tree

5 files changed

+1992
-820
lines changed

5 files changed

+1992
-820
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"presets": [
3-
"es2015"
3+
"@babel/preset-env"
44
],
55
"env": {
66
"development": {

.mocharc.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'use strict';
2+
3+
module.exports = {
4+
require: '@babel/register'
5+
};

0 commit comments

Comments
 (0)