Bump deps & fix compile
This commit is contained in:
parent
ff5b987688
commit
b4783d1007
6 changed files with 6784 additions and 7593 deletions
|
|
@ -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")
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue