10.0.0-alpha.0 • Published 7 years ago
poi-plugin-elm v10.0.0-alpha.0
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
10.0.0-alpha.0
7 years ago