0.1.1 • Published 6 years ago

named.css-webpack v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Named.css Webpack Plugin

using named.css as a webpack plugin

npm npm GitHub stars license

TOC

Installation

npm i -D named.css-webpack

Usage

in your webpack.config.js file just add the plugin

const NamedCSS = require('named.css-webpack')

const config = {
  ...,
  plugins: [
    ...,
    new NamedCSS('ncss-'), // prefix ('ncss-') is not required
	...,
  ]
};

module.exports = config;

It's not production ready yet

but if you liked it help me make it stable and ready ;)

0.1.1

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago