File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "presets" : [" es2015" ],
3- "plugins" : [" add-module-exports" ]
4- }
2+ "presets" : [
3+ " @babel/preset-env"
4+ ],
5+ "plugins" : [
6+ " babel-plugin-espower"
7+ ]
8+ }
Original file line number Diff line number Diff line change 1414 "textlint-util-to-string" : " ^1.2.0"
1515 },
1616 "devDependencies" : {
17- "babel-cli" : " ^6.5.1" ,
18- "babel-plugin-add-module-exports" : " ^0.1.2" ,
19- "babel-preset-es2015" : " ^6.5.0" ,
17+ "@babel/cli" : " ^7.0.0" ,
18+ "@babel/core" : " ^7.0.0" ,
19+ "@babel/preset-env" : " ^7.0.0" ,
20+ "@babel/register" : " ^7.0.0" ,
2021 "espower-babel" : " ^4.0.1" ,
21- "mocha" : " ^2.4.5 " ,
22+ "mocha" : " ^6.0.1 " ,
2223 "power-assert" : " ^1.2.0" ,
2324 "textlint" : " ^5.2.1" ,
2425 "textlint-tester" : " ^0.4.1"
Original file line number Diff line number Diff line change 1- --compilers js:espower- babel/guess
1+ --require @ babel/register
You can’t perform that action at this time.
0 commit comments