# map-json-webpack-plugin

> ---

Latest version **1.2.0** (published 2016-11-30) · 0 weekly downloads

## Install

```sh
npm install map-json-webpack-plugin
pnpm add map-json-webpack-plugin
yarn add map-json-webpack-plugin
bun add map-json-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 | 1.2.0 |
| Published | 2016-11-30 |
| First published | 2015-11-05 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | yiminghe@gmail.com |
| Maintainers | yiminghe |
| Keywords | webpack, hash-map |

## Links

- npm: https://www.npmjs.com/package/map-json-webpack-plugin
- Repository: https://github.com/yiminghe/map-json-webpack-plugin
- Issues: http://github.com/yiminghe/map-json-webpack-plugin/issues
- npm.io page: https://npm.io/package/map-json-webpack-plugin

## Dependencies (1)

- [fs-extra](https://npm.io/package/fs-extra.md) ~0.26.2

## Alternatives

- [@gemini-wallet/core](https://npm.io/package/@gemini-wallet/core.md) — 515.6K weekly downloads
- [utility](https://npm.io/package/utility.md) — 416.6K weekly downloads
- [@primno/dpapi](https://npm.io/package/@primno/dpapi.md) — 7.2K weekly downloads
- [pi-readseek](https://npm.io/package/pi-readseek.md) — 3.7K weekly downloads
- [@emilia-protocol/verify](https://npm.io/package/@emilia-protocol/verify.md) — 1.1K weekly downloads

## Recent versions

- 1.2.0 (latest) — 2016-11-30
- 1.1.0 — 2016-01-21
- 1.0.1 — 2015-12-10
- 1.0.0 — 2015-11-05

## README

# map-json-webpack-plugin
---

webpack plugin to generate map.json

[![NPM version][npm-image]][npm-url]
[![gemnasium deps][gemnasium-image]][gemnasium-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]

[npm-image]: http://img.shields.io/npm/v/map-json-webpack-plugin.svg?style=flat-square
[npm-url]: http://npmjs.org/package/map-json-webpack-plugin
[travis-image]: https://img.shields.io/travis/yiminghe/map-json-webpack-plugin.svg?style=flat-square
[travis-url]: https://travis-ci.org/yiminghe/map-json-webpack-plugin
[coveralls-image]: https://img.shields.io/coveralls/yiminghe/map-json-webpack-plugin.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/yiminghe/map-json-webpack-plugin?branch=master
[gemnasium-image]: http://img.shields.io/gemnasium/yiminghe/map-json-webpack-plugin.svg?style=flat-square
[gemnasium-url]: https://gemnasium.com/yiminghe/map-json-webpack-plugin
[node-image]: https://img.shields.io/badge/node.js-%3E=_4.0.0-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/map-json-webpack-plugin.svg?style=flat-square
[download-url]: https://npmjs.org/package/map-json-webpack-plugin

## examples

```js
plugins: [
  ...,
  require('map-json-webpack-plugin')({
    // output file path, relative to process.cwd()
    output: 'dist/map.json'
  })
]
```

## history

### 1.2.0

- https://github.com/yiminghe/map-json-webpack-plugin/pull/2. support cache, across multiple build

### 1.1.0

- https://github.com/yiminghe/map-json-webpack-plugin/pull/1. Default `output` using webpack `output.path`

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