Skip to content

Commit 78c9719

Browse files
### [优化及bug修改]
* package.json增加module字段,用于es6接入自动识别es6模块
1 parent 24b0f7f commit 78c9719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.5.2",
44
"description": "official analysysAgent javascript sdk",
55
"main": "./sdk/AnalysysAgent_JS_SDK.min.js",
6+
"module": "./sdk/AnalysysAgent_JS_SDK.es6.min.js",
67
"scripts": {
78
"test": "jest",
89
"dev": "rollup -c rollup.config.js --watch",

0 commit comments

Comments
 (0)