/elm-webpack-loader-example

Example of elm-webpack-loader with multiple entrypoints and single require

Primary LanguageJavaScript

Example using elm-webpack-loader

After cloning the repository, install all the necessary dependencies:

$ cd elm-webpack-loader/example
$ npm install
$ elm-make

You may also need to run npm install in the parent directory.

Now build the example using webpack:

$ npm run build

Open the dist/index.html file to see the result.