# suit-webpack-plugin

> This is a webpack plugin for suitcss-utils's dependency manager, that helps to compile imported utilities. (based on suitcss-preprocessor)

Latest version **2.6.0** (published 2017-10-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install suit-webpack-plugin
pnpm add suit-webpack-plugin
yarn add suit-webpack-plugin
bun add suit-webpack-plugin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.6.0 |
| Published | 2017-10-05 |
| First published | 2017-04-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Tornike Shavidze |
| Maintainers | shavidzet |

## Links

- npm: https://www.npmjs.com/package/suit-webpack-plugin
- Repository: https://github.com/ShavidzeT/suit-webpack-plugin
- Homepage: https://github.com/ShavidzeT/suit-webpack-plugin#readme
- Issues: https://github.com/ShavidzeT/suit-webpack-plugin/issues
- npm.io page: https://npm.io/package/suit-webpack-plugin

## Dependencies (10)

- [jest](https://npm.io/package/jest.md) ^19.0.2
- [suitcss](https://npm.io/package/suitcss.md) ^3.0.0
- [babel-cli](https://npm.io/package/babel-cli.md) ^6.26.0
- [commitizen](https://npm.io/package/commitizen.md) ^2.9.6
- [semantic-release](https://npm.io/package/semantic-release.md) ^6.3.2
- [babel-preset-es2015](https://npm.io/package/babel-preset-es2015.md) ^6.24.0
- [suitcss-preprocessor](https://npm.io/package/suitcss-preprocessor.md) ^3.0.1
- [cz-conventional-changelog](https://npm.io/package/cz-conventional-changelog.md) ^2.0.0
- [babel-plugin-add-module-exports](https://npm.io/package/babel-plugin-add-module-exports.md) ^0.2.1
- [babel-plugin-transform-es2015-modules-commonjs](https://npm.io/package/babel-plugin-transform-es2015-modules-commonjs.md) ^6.24.0

## Recent versions

- 2.6.0 (latest) — 2017-10-05
- 2.5.0 — 2017-10-05
- 2.2.1 — 2017-10-05
- 2.2.0 — 2017-10-04
- 2.1.2 — 2017-10-04
- 2.1.1 — 2017-10-04
- 2.1.0 — 2017-10-04
- 2.0.0 — 2017-10-03
- 0.0.2 — 2017-04-07

## README

# suit-webpack-plugin

[![Build Status](https://travis-ci.org/ShavidzeT/suit-webpack-plugin.svg?branch=master)](https://travis-ci.org/ShavidzeT/suit-webpack-plugin)
[![npm version](https://badge.fury.io/js/suit-webpack-plugin.svg)](https://badge.fury.io/js/suit-webpack-plugin)

This is a [webpack](https://github.com/webpack/webpack) plugin for [suitcss-utils](https://github.com/suitcss/utils)'s dependency manager, that helps to compile imported utilities. (based on [suitcss-preprocessor](https://github.com/suitcss/preprocessor))

### Getting started

Install the plugin:

```
npm i -D suit-webpack-plugin
```
or
```
yarn add -D suit-webpack-plugin
```


### Usage

```js
// import package
const SuitCSS = require('suit-webpack-plugin')
// use package as a webpack plugin
new SuitCSS({ from: 'source', to: 'dest' })
```

## API


| prop | description                                                                         |
| ---- | ----------------------------------------------------------------------------------- |
| from | [file path where you import utilities](https://github.com/suitcss/suit#quick-start) |
| dest | compiled/bundled file path location to save                                         |

---
_Source: https://npm.io/package/suit-webpack-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
