UNPKG

mnemonickeys

Version:

Mnemonic (BIP39) to trytes seed converter and generator.

12 lines (10 loc) 213 B
const path = require('path'); module.exports = { mode: 'production', entry: './index.js', output: { filename: 'iota-bip39.js', path: path.resolve(__dirname, 'dist'), library: 'iotaBip39' } };