An open API service indexing awesome lists of open source software.

https://github.com/calvin-ll/webpack-loader-test-util

Utilities for webpack loader testing
https://github.com/calvin-ll/webpack-loader-test-util

Last synced: over 1 year ago
JSON representation

Utilities for webpack loader testing

Awesome Lists containing this project

README

          

# @calvin-l/webpack-loader-test-util

[![npm](https://img.shields.io/npm/v/@calvin-l/webpack-loader-test-util?style=flat)](https://www.npmjs.com/package/@calvin-l/webpack-loader-test-util) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=flat)](https://opensource.org/licenses/MIT)

## Install

Install with npm:

```bash
npm install @calvin-l/webpack-loader-test-util --save-dev
```

Install with yarn:

```bash
yarn add @calvin-l/webpack-loader-test-util --dev
```