An open API service indexing awesome lists of open source software.

https://github.com/vsgoulart/generate-includes-webpack-plugin

This is a plugin similar to html-webpack-plugin, but instead of injecting the imports on the HTML file it generates two files (head.pug and body.pug) to be included in your Pug layout
https://github.com/vsgoulart/generate-includes-webpack-plugin

webpack webpack-plugin

Last synced: 3 months ago
JSON representation

This is a plugin similar to html-webpack-plugin, but instead of injecting the imports on the HTML file it generates two files (head.pug and body.pug) to be included in your Pug layout

Awesome Lists containing this project

README

          

# generate-includes-webpack-plugin

This is a plugin similar to html-webpack-plugin, but instead of injecting the imports on the HTML file it generates two files (head.pug and body.pug) to be included in your Pug layout

## Installation

To instal just run ```npm install generate-includes-webpack-plugin --save``` or ```yarn add generate-includes-webpack-plugin```