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
- Host: GitHub
- URL: https://github.com/vsgoulart/generate-includes-webpack-plugin
- Owner: vsgoulart
- License: mit
- Created: 2017-03-24T21:35:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T00:14:36.000Z (almost 9 years ago)
- Last Synced: 2025-09-25T18:56:11.702Z (9 months ago)
- Topics: webpack, webpack-plugin
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```