0.0.3 • Published 9 years ago

add-css-to-head-plugin v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

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()]
};
0.0.3

9 years ago

0.0.2

9 years ago