elm-community / elm-webpack-starter

Boilerplate for developing Elm apps on Webpack

Home Page:http://elm-community.org/elm-webpack-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loading path for generated js file should be absolute

littleStudent opened this issue · comments

loading a url like http://example.org/level1/level2 will result in a 404 error because the elm generated js file is loaded from http://example.org/level1/302394f9230.js