Closed q986171791 closed 5 years ago
by the way, framework:angular 6.xx system:mac
thank you for commit issue, I will check it as soon as possiable.
+1, this problom still not fix?
This problom may in ../node_modules/cos-js-sdk-v5/src/util.js
, it use global
variable
有人解决没,没有我去隔壁阿里云逛逛了
@carsonxu
怎么使用产生的报错?
环境是angular7 通过npm使用的
我在构建后的文件 ../node_modules/cos-js-sdk-v5/src/util.js
发现了几个global变量,是不是构建出问题了。
package.json 的main是不是应该指向dist
考虑如果用 dist 用户使用 webpack 打包的时候,会多出一份 webpack 代码 ,这里是指向 src。 我下午调试确认看看。
你们的构建感觉不太完善啊,其它库都有提供多个环境的构建的
已修复 global 报错,感谢反馈。多环境构建后续补充。
///////////////////Here is my test code start/////////////////// const cos = require('cos-js-sdk-v5') console.log(cos); ///////////////////Here is my test code end///////////////////
but I got a error
in utils .js
isBrowser:!!global.document // This is error code
when i download dist/**.min.js file
run it again
it is good