elm-typescript-starter icon indicating copy to clipboard operation
elm-typescript-starter copied to clipboard

build instructions in Readme are incomplete / don't work.

Open davetapley opened this issue 5 years ago • 0 comments

If I npm run build, then open index.html it fails because this is built in to dist:

https://github.com/dillonkearns/elm-typescript-starter/blob/ac3074e6754eef0f10f2c45d9cfcc9feb671bbfa/index.html#L5

If I update that to src="./dist/bundle.js", then it fails with:

TypeError: n._elm_hot_loader_init is not a function[Learn More]

I'm happy to do a PR for the former fix, but I'm not sure where to go with the latter?

davetapley avatar Jan 14 '19 20:01 davetapley