Named.css Webpack Plugin
using named.css as a webpack plugin
[TOC]
Installation
npm i -D named.css-webpack
Usage
in your webpack.config.js
file just add the plugin
const NamedCSS = const config = ... plugins: ... 'ncss-' // prefix ('ncss-') is not required ... ; moduleexports = config;
** It's not production ready yet**
but if you liked it help me make it stable and ready ;)