@m00nbyte/humanstxt-webpack-plugin

1.0.1 • Public • Published

humanstxt-webpack-plugin

NPM version

Webpack plugin for generate-humanstxt

Getting Started

npm install --save-dev @m00nbyte/humanstxt-webpack-plugin

Usage

webpack.config.js

const HumansTxtPlugin = require('@m00nbyte/humanstxt-webpack-plugin');

const options = {};

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

Options

  • path - optional path for humans.txt (this should contain the full path including the file name, example: /path/to/humans.txt).
  • options - see generate-humanstxt options.

Related

Contribution

Feel free to submit issues or pull requests.

Changelog

License

Package Sidebar

Install

npm i @m00nbyte/humanstxt-webpack-plugin

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.72 kB

Total Files

5

Last publish

Collaborators

  • m00nbyte