mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-31 12:21:25 +00:00
Set up webpack library backed by zcash-client-backend-wasm
This commit is contained in:
10
zcash-client-sdk-js/webpack.config.js
Normal file
10
zcash-client-sdk-js/webpack.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
var path = require('path')
|
||||
|
||||
module.exports = {
|
||||
entry: './src/index.js',
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
filename: 'zcash-client-sdk.js',
|
||||
library: 'zcashClientSdk'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user