CAWebPublishing Site Generation HTML Webpack Plugin
npm install @caweb/html-webpack-pluginThis plugin utilizes the HTML Webpack Plugin to launch static generated pages using the CAWebPublishing Template
This package is inspired by html-webpack-plugin
npm install --save-dev @caweb/html-webpack-plugin
import CAWebHTMLPlugin from '@caweb/html-webpack-plugin';
export default {
plugins: [
new CAWebHTMLPlugin()
]
}
template - blank or default, Default will launch a site with a templated header/footer area, blank will not.
scheme - Colorscheme to utilitze.