🌐 AI搜索 & 代理 主页
Skip to content

Commit 90bac40

Browse files
hzoomgol
authored andcommitted
Build: Update to Babel 7, use for-of plugin instead of preset-es2015
Closes gh-3786
1 parent 94ddf62 commit 90bac40

File tree

4 files changed

+341
-767
lines changed

4 files changed

+341
-767
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ module.exports = function( grunt ) {
3636
babel: {
3737
options: {
3838
sourceMap: "inline",
39-
retainLines: true
39+
retainLines: true,
40+
plugins: [ "transform-es2015-for-of" ]
4041
},
4142
nodeSmokeTests: {
4243
files: {

0 commit comments

Comments
 (0)