10.0.0-alpha.0 • Published 6 years ago

poi-plugin-elm v10.0.0-alpha.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

poi-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)
  ]
}

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