UNPKG

pug-plugin

Version:

Pug plugin for webpack handles a template as an entry point, extracts CSS and JS from their sources referenced in Pug.

9 lines (8 loc) 243 B
module.exports = { // plugin name, must be same as node module name pluginName: 'pug-plugin', // label in terminal output from plugin pluginLabel: 'Pug Plugin', // label in terminal output from loader loaderLabel: 'Pug Loader', };