@lofty/lofty-pretty-print-plugin
v1.0.1
Published
Webpack plugin to print compilation and updates
Downloads
5
Readme
lofty-pretty-print-plugin
Usage
npm install --save lofty-pretty-print-plugin
// require plugin
const PrettyPrintPlugin = require('../lofty-pretty-print-plugin');
// in your webpack config
config.plugins = [
new PrettyPrintPlugin(),
];