holograph-webpack-plugin
v2.0.0
Published
Very simple webpack plugin to init and run [holograph](https://github.com/holography/holograph) on the 'done' step.
Readme
holograph-webpack-plugin
Very simple webpack plugin to init and run holograph on the 'done' step.
To use, install from npm and add the plugin to webpack config, passing any hologram options as required.
npm i holograph-webpack-pluginvar HolographPlugin = require('holograph-webpack-plugin');
module.exports = {
plugins: [
new HolographPlugin()
]
};