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 509c795 commit b721f16Copy full SHA for b721f16
src/index.ts
@@ -2,6 +2,7 @@ export * from "./core";
2
export * from "./oauth2";
3
export * from "./request";
4
export * from "./utils";
5
-export * from "./request/types";
6
-export * from "./oauth2/session";
7
-
+export * from "./request";
+export * from "./oauth2";
+export * from "./aliyun";
8
+export * from "./minio";
webpack.config.js
@@ -6,7 +6,8 @@ const htmlWebpackPlugin = new HtmlWebpackPlugin({
module.exports = {
target:"web",
9
- entry: path.join(__dirname, "src/minio/index.ts"),
+ mode: "development",
10
+ entry: path.join(__dirname, "src/index.ts"),
11
output: {
12
path: path.join(__dirname, "example/dist"),
13
filename: "bundle.js",
0 commit comments