mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 22:40:01 -04:00
working reclaim tls shim
This commit is contained in:
parent
bcda300153
commit
0cab209e9d
8 changed files with 1289 additions and 9 deletions
17
client/webpack.config.js
Normal file
17
client/webpack.config.js
Normal file
|
@ -0,0 +1,17 @@
|
|||
module.exports = {
|
||||
name: "tls-shim",
|
||||
entry: "./tls/index.mjs",
|
||||
output: {
|
||||
filename: "tls-shim.js",
|
||||
library: {
|
||||
name: "tls_shim",
|
||||
type: "var"
|
||||
}
|
||||
},
|
||||
mode: "development",
|
||||
resolve: {
|
||||
fallback: {
|
||||
crypto: false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue