UNPKG

@kanopi/pack

Version:

Pre-packaged Webpack 5 configuration with extendable configuration to coordinate loaders and rules for common web stacks

8 lines (6 loc) 203 B
const { Command } = require('commander'); const package = require('../../package.json'); const program = new Command(); program .version(`kanopi-pack ${package.version}`); module.exports = program;