0.0.104 • Published 2 years ago

style-config-webpack-plugin v0.0.104

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

style-config-webpack-plugin

A webpack plugin for import style config to CSS、LESS and SASS.

Install

$ yarn add style-config-webpack-plugin

Usage

Add the plugin to your webpack config, as webpack.config.js. For example:

import * as style-config-webpack-plugin from 'style-config-webpack-plugin';

// add plugin
export default {
    plugins: [new StyleConfigPlugin()],
};