UNPKG

logger-chain

Version:

Zero deps simple node.js logger with colored outputs

8 lines (6 loc) 225 B
import { getRollupConfig } from '@cpuchain/rollup'; const config = [ getRollupConfig({ input: './src/index.ts', external: [] }), getRollupConfig({ input: './src/example.ts', external: [] }), ] export default config;