UNPKG
mnemonickeys
Version:
latest (1.0.0)
1.0.0
Mnemonic (BIP39) to trytes seed converter and generator.
mnemonickeys
/
webpack.config.js
12 lines
(10 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
path
=
require
(
'path'
);
module
.exports = { mode:
'production'
, entry:
'./index.js'
,
output
: { filename:
'iota-bip39.js'
,
path
:
path
.resolve(__dirname,
'dist'
), library:
'iotaBip39'
} };