We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3b21b commit 2a0099dCopy full SHA for 2a0099d
example/package.json
@@ -26,7 +26,7 @@
26
"babel-loader": "^7.1.4"
27
},
28
"dependencies": {
29
- "ali-oss": "^5.2.0",
+ "ali-oss": "^6.0.0",
30
"bootstrap": "^4.1.1",
31
"jquery": "^3.3.1"
32
}
example/src/main.js
@@ -3,6 +3,8 @@
3
require('./style.css')
4
const $ = require('jquery');
5
// if use in react , you can use require('ali-oss/dist/aliyun-oss-sdk.js'), or see webpack.prod.js
6
+// import local for test
7
+// const OSS = require('../../lib/browser.js');
8
const OSS = require('ali-oss');
9
const crypto = require('crypto');
10
0 commit comments