fnproject / ui

User interface for fn project.
Apache License 2.0
89 stars 21 forks source link

Add the webpack version to the dev instructions #56

Closed vzDevelopment closed 5 years ago

vzDevelopment commented 5 years ago

Following the current dev setup instructions causes the latest version of webpack to be installed. However, The code doesn't currently support this which causes various errors (c.f. #55).

For now, update the instructions so anyone following them will install a version that the UI works with so they don't need to waste time trying to get their setup working.

Later on we can look at getting the dependencies updated and the UI working with the latest version of webpack.

vzDevelopment commented 5 years ago

I've also updated the Dockerfile so that when the docker image is built it uses a working webpack version. I've added this to the previous commit as it makes sense to me for them to be together.