Skip to content

Commit f2aa43d

Browse files
committed
feat: 添加 harmonize 运行环境
1 parent 9b7fb2c commit f2aa43d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

bin/ykit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
'use strict';
44

5+
require("harmonize")();
6+
57
var cli = require('../lib/cli'),
68
cmd = process.argv[2];
79

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"extend": "^3.0.0",
2727
"extract-text-webpack-plugin": "^1.0.1",
2828
"globby": "^5.0.0",
29+
"harmonize": "^1.4.4",
2930
"html-loader": "^0.4.3",
3031
"inquirer": "^1.1.1",
3132
"jerryproxy": "^1.0.68",

0 commit comments

Comments
 (0)