add-css-to-head-plugin

0.0.3 • Public • Published

Add CSS to Head Plugin

Webpack plugin that adds purified css to the head of html files.

Install

$ npm install --save-dev add-css-to-head-plugin

Usage

webpack.config.js

var AddCSSToHeadPlugin = require('add-css-to-head-plugin');

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

Readme

Keywords

none

Package Sidebar

Install

npm i add-css-to-head-plugin

Weekly Downloads

3

Version

0.0.3

License

ISC

Last publish

Collaborators

  • mushishi78