UNPKG

correntlynote

Version:

Framework to work with Corrently Invest Tokens (CORI) in a similar way as with notes. Having CORI Tokens hold renewable generation capacity as a bound value and actual production over time as a derived (secondary) substition.

10 lines (8 loc) 172 B
var path = require('path'); module.exports = { entry: './src/correntlynote.js', output: { filename: 'main.js', path: path.resolve(__dirname, 'dist/js') } };