diff --git a/package.json b/package.json index 299d8d4..0f4f6de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agora-rtc-sdk-ng-fake", - "version": "1.0.1", + "version": "1.0.2", "private": true, "description": "Fake Agora Web RTC for testing", "repository": { diff --git a/webpack.config.js b/webpack.config.js index ad15a6d..2927eeb 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -10,6 +10,7 @@ const environment = process.env.NODE_ENV; let config = { entry: "./src/index.ts", output: { + publicPath: "", path: path.resolve(__dirname, "dist"), libraryTarget: "umd", library: {