# @poi/plugin-elm

> Use Poi to build your Elm apps.

Latest version **10.0.1** (published 2018-05-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @poi/plugin-elm
pnpm add @poi/plugin-elm
yarn add @poi/plugin-elm
bun add @poi/plugin-elm
```

## 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 | 10.0.1 |
| Published | 2018-05-17 |
| First published | 2018-03-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5163 |
| Author | EGOIST |
| Maintainers | egoist, poi-owner, rem |

## Links

- npm: https://www.npmjs.com/package/@poi/plugin-elm
- Repository: https://github.com/egoist/poi/tree/master/packages/plugin-elm
- npm.io page: https://npm.io/package/@poi/plugin-elm

## Dependencies (2)

- [elm-hot-loader](https://npm.io/package/elm-hot-loader.md) ^0.5.4
- [elm-webpack-loader](https://npm.io/package/elm-webpack-loader.md) ^4.3.1

## Recent versions

- 10.0.1 (latest) — 2018-05-17
- 11.0.0-beta.6 (next) — 2018-11-09
- 11.0.0-beta.5 — 2018-11-07
- 11.0.0-beta.4 — 2018-10-29
- 11.0.0-beta.3 — 2018-10-27
- 11.0.0-beta.2 — 2018-10-27
- 10.0.0 — 2018-04-12
- 10.0.0-rc.1 — 2018-04-09
- 10.0.0-rc.0 — 2018-04-09
- 10.0.0-beta.10 — 2018-04-04
- 10.0.0-beta.9 — 2018-03-27
- 10.0.0-beta.8 — 2018-03-23
- 10.0.0-beta.7 — 2018-03-23
- 10.0.0-beta.2 — 2018-03-10
- 10.0.0-beta.1.0 — 2018-03-10
- … 1 more at https://npm.io/package/@poi/plugin-elm/versions

## README

# plugin-elm

Use Poi to build your Elm apps.

## Install

```bash
yarn add @poi/plugin-elm --dev

# Recommended to install `elm` locally too
# But it's optional if you have installed it globally
yarn add elm --dev
```

## Usage

```js
// poi.config.js
module.exports = {
  plugins: [
    require('@poi/plugin-elm')(options)
  ]
}
```

## API

### Options

#### options.loaderOptions

Type: `object`<br>
Default:

```js
{
  pathToMake: null, // Default to `node_modules/.bin/elm-make` if it exists, otherwise it uses global `elm-make`
  warn: true,
  debug: poi.options.mode !== 'production'
}
```

[options](https://github.com/elm-community/elm-webpack-loader#options) for elm-webpack-loader.

## License

[MIT](https://oss.ninja/mit/egoist) &copy; [EGOIST](https://github.com/egoist)

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