Skip to content

Commit

Permalink
feat: set publicPath to '' (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe authored Oct 19, 2023
1 parent 7f2c8af commit 3ae18a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 3ae18a1

Please sign in to comment.