feat(): use web crypto API by default for sign, expose param to inject custom sign function
This commit is contained in:
@@ -19,8 +19,6 @@ function generateConfig(name) {
|
||||
// Add '.ts' and '.tsx' as resolvable extensions.
|
||||
extensions: [".webpack.js", ".web.js", ".ts", ".tsx", ".js"],
|
||||
alias: {
|
||||
[path.resolve(__dirname, "../lib/util/node-support.js")]:
|
||||
path.resolve(__dirname, "../lib/util/browser-support.js"),
|
||||
process: "process/browser",
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user