Closed johnmarinelli closed 6 years ago
Hi John, thank you for the PR, it is much appreciated!
I have been meaning to get back to this project and see it to completion, your interest and help is a great motivator.
Apologies for the 45 minutes of lost time.
Hey! It's me again. So I had to setup this project on a new machine and ran into problems when I followed the README steps. Specifically, the
lines in
examples/index.html
were breaking because it couldn't find the files. This is because yarn doesn't install the dependencies forexamples
when you run yarn install from the root. It's a small detail but cost me ~45 minutes of trying to find a bug in the webpack config or fiddling with the path in thescript src
.