UNPKG

todo-webpack-plugin

Version:

Webpack plugin for generating report of TODO, FIXME, etc

9 lines (6 loc) 187 B
/* eslint no-console: 0 */ const chalk = require('chalk'); // TODO: Sample Todo // FIXME: Sample Fixme console.log(chalk.green('Hello World from Test App')); console.log('test/index');