npm.io
10.0.1 • Published 8 years ago

@poi/plugin-elm

Licence
MIT
Version
10.0.1
Deps
2
Size
2 kB
Vulns
0
Weekly
0
Stars
5.2K

plugin-elm

Use Poi to build your Elm apps.

Install

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

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

API

Options
options.loaderOptions

Type: object
Default:

{
  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 for elm-webpack-loader.

License

MIT EGOIST