Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 797 Bytes

Readme.md

File metadata and controls

18 lines (10 loc) · 797 Bytes

elm-loader

A simple webpack loader for Elm.

Differences to other Elm webpack loaders

elm-webpack-loader:

  • Add all *.elm files contained in the directories listed in the source-directories field of elm-package.json as dependencies. This simplifies dependency finding but may include some false positives (files that are considered to be dependencies but are really not).
  • Don't use elm-node-compiler.

elm-simple-loader:

  • Support multiple targets (with temp files instead of always writing to elm.js)

elm-project-loader:

  • Don't require a .elmproj file, just use elm-package.json