Skip to content

holography/holograph-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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-plugin
var HolographPlugin = require('holograph-webpack-plugin');

module.exports = {
    plugins: [
        new HolographPlugin()
    ]
};

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published