Bump deps & fix compile

This commit is contained in:
Andras Schmelczer 2025-02-23 16:19:19 +00:00
parent ff5b987688
commit b4783d1007
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 6784 additions and 7593 deletions

View file

@ -3,6 +3,7 @@ const path = require("path");
module.exports = (_env, _argv) => ({
entry: "./src/index.ts",
devtool: "source-map",
target: "node",
module: {
rules: [
{
@ -43,7 +44,6 @@ module.exports = (_env, _argv) => ({
name: "SyncClient",
type: "umd"
},
globalObject: "this",
path: path.resolve(__dirname, "dist")
}
});