UNPKG

btcnano-lib

Version:

A pure and powerful JavaScript Btcnano library.

11 lines (10 loc) 153 B
// webpack.config.js module.exports = { entry: './index.js', output: { filename: 'webpack.bundle.js' }, node: { fs: "empty" } };