UNPKG

@ixily/activ

Version:

Alpha Capture Trade Idea Verification. Blockchain ownership proven trade ideas and strategies.

14 lines (12 loc) 234 B
const path = require('path') module.exports = { entry: './dist/rules/v1/index.js', mode: 'production', optimization: { minimize: false, }, output: { path: path.resolve(__dirname, 'dist-rules/v1'), filename: 'v1.js', }, }