okteto / samples

Learn how to develop with Okteto
https://okteto.com/
Apache License 2.0
110 stars 30 forks source link

Fix index html #69

Closed rlamana closed 4 years ago

rlamana commented 4 years ago

I ran into an issue where the index.html was no longer available in the dist/ directory and the sample app was broken.

It is a common practice to let webpack generate the index.html file instead of relying on the presence of an index.html file in the dist/ directory. This helps to also simplify the .stignore which forced the upward synchronization on that file.